aboutsummaryrefslogtreecommitdiff
path: root/modules/FindQtDBus.cmake
diff options
context:
space:
mode:
authorVolker Krause <vkrause@kde.org>2006-05-31 13:31:48 +0000
committerVolker Krause <vkrause@kde.org>2006-05-31 13:31:48 +0000
commit1e805f6153cd53bee27b4017e19a90dc26e3f949 (patch)
treedce96d634c0b83c16dc83fab5823cbad65e775c4 /modules/FindQtDBus.cmake
parent1affb970d8600325503f02bc332719cd249a5fef (diff)
downloadextra-cmake-modules-1e805f6153cd53bee27b4017e19a90dc26e3f949.tar.gz
extra-cmake-modules-1e805f6153cd53bee27b4017e19a90dc26e3f949.tar.bz2
Add macros to generate adaptor code from XML and XML from a header file.
svn path=/trunk/KDE/kdelibs/; revision=546939
Diffstat (limited to 'modules/FindQtDBus.cmake')
-rw-r--r--modules/FindQtDBus.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/FindQtDBus.cmake b/modules/FindQtDBus.cmake
index 8a278786..f5e2e181 100644
--- a/modules/FindQtDBus.cmake
+++ b/modules/FindQtDBus.cmake
@@ -13,6 +13,12 @@
# QDBUS_ADD_INTERFACES(SRC_VAR file1.xml ... fileN.xml)
# Generates interface code from the given XML files.
#
+# QDBUS_GENERATE_INTERFACE(file.h)
+# Generates the XML interface description from the given header file.
+#
+# QDBUS_ADD_ADAPTOR(SRC_VAR file1.xml ... fileN.xml)
+# Generates adaptor code from the given XML files.
+#
# use pkg-config to get the directories and then use these values
# in the FIND_PATH() and FIND_LIBRARY() calls