From 1e805f6153cd53bee27b4017e19a90dc26e3f949 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Wed, 31 May 2006 13:31:48 +0000 Subject: Add macros to generate adaptor code from XML and XML from a header file. svn path=/trunk/KDE/kdelibs/; revision=546939 --- modules/FindQtDBus.cmake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/FindQtDBus.cmake') 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 -- cgit v1.2.1