aboutsummaryrefslogtreecommitdiff
path: root/modules/FindQtDBus.cmake
diff options
context:
space:
mode:
authorVolker Krause <vkrause@kde.org>2006-05-31 13:51:06 +0000
committerVolker Krause <vkrause@kde.org>2006-05-31 13:51:06 +0000
commit16f77f3ff06a1a5051a0b12d6223aa85a16e7f28 (patch)
tree0300f8f98f72f4b9cce0b52189b839e0cc92c9e7 /modules/FindQtDBus.cmake
parent1e805f6153cd53bee27b4017e19a90dc26e3f949 (diff)
downloadextra-cmake-modules-16f77f3ff06a1a5051a0b12d6223aa85a16e7f28.tar.gz
extra-cmake-modules-16f77f3ff06a1a5051a0b12d6223aa85a16e7f28.tar.bz2
- fix warning when calling automoc after qdbus_add_*
- consistent naming svn path=/trunk/KDE/kdelibs/; revision=546947
Diffstat (limited to 'modules/FindQtDBus.cmake')
-rw-r--r--modules/FindQtDBus.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindQtDBus.cmake b/modules/FindQtDBus.cmake
index f5e2e181..eb3abcff 100644
--- a/modules/FindQtDBus.cmake
+++ b/modules/FindQtDBus.cmake
@@ -16,7 +16,7 @@
# QDBUS_GENERATE_INTERFACE(file.h)
# Generates the XML interface description from the given header file.
#
-# QDBUS_ADD_ADAPTOR(SRC_VAR file1.xml ... fileN.xml)
+# QDBUS_ADD_ADAPTORS(SRC_VAR file1.xml ... fileN.xml)
# Generates adaptor code from the given XML files.
#