diff options
Diffstat (limited to 'modules/FindQtDBus.cmake')
| -rw-r--r-- | modules/FindQtDBus.cmake | 6 | 
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 | 
