aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
diff options
context:
space:
mode:
authorVolker Krause <vkrause@kde.org>2006-04-15 11:03:59 +0000
committerVolker Krause <vkrause@kde.org>2006-04-15 11:03:59 +0000
commit6904aff03eefeb4cef1ba5f64c30e2eae17d22c6 (patch)
treede3972712d39772772ff1b42db7274d2fee272ee /modules/FindKDE4Internal.cmake
parent5b62e3d0bc6fae79042adf3cf7f6b94612020adc (diff)
downloadextra-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.cmake4
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