diff options
author | Volker Krause <vkrause@kde.org> | 2006-04-15 11:03:59 +0000 |
---|---|---|
committer | Volker Krause <vkrause@kde.org> | 2006-04-15 11:03:59 +0000 |
commit | 6904aff03eefeb4cef1ba5f64c30e2eae17d22c6 (patch) | |
tree | de3972712d39772772ff1b42db7274d2fee272ee /modules/FindKDE4Internal.cmake | |
parent | 5b62e3d0bc6fae79042adf3cf7f6b94612020adc (diff) | |
download | extra-cmake-modules-6904aff03eefeb4cef1ba5f64c30e2eae17d22c6.tar.gz extra-cmake-modules-6904aff03eefeb4cef1ba5f64c30e2eae17d22c6.tar.bz2 |
Add makekdewidgets macro.
svn path=/trunk/KDE/kdelibs/; revision=530095
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 0458bf98..a2f957a3 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -110,6 +110,10 @@ # KDE4_ADD_KCFG_FILES (SRCS_VAR file1.kcfgc ... fileN.kcfgc) # Use this to add KDE config compiler files to your application/library. # +# KDE4_ADD_WIDGET_FILES (SRCS_VAR file1.widgets ... fileN.widgets) +# Use this to add widget description files for the makekdewidgets code generator +# for Qt Designer plugins. +# # KDE4_AUTOMOC(file1 ... fileN) # Call this if you want to have automatic moc file handling. # This means if you include "foo.moc" in the source file foo.cpp |