aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kretz <kretz@kde.org>2007-06-07 09:56:41 +0000
committerMatthias Kretz <kretz@kde.org>2007-06-07 09:56:41 +0000
commit32408c49cf9f0b835e46f4ee321169a0ba1da79b (patch)
tree425056f132278ccd54770fc0570d8d4115891357
parent7d5a849c70533c9f67024f818c0f240dd39ece12 (diff)
downloadextra-cmake-modules-32408c49cf9f0b835e46f4ee321169a0ba1da79b.tar.gz
extra-cmake-modules-32408c49cf9f0b835e46f4ee321169a0ba1da79b.tar.bz2
fix comments
svn path=/trunk/KDE/kdelibs/; revision=672499
-rw-r--r--modules/FindQt4.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake
index bf9b4587..4d780ddf 100644
--- a/modules/FindQt4.cmake
+++ b/modules/FindQt4.cmake
@@ -29,7 +29,7 @@
#
# macro QT4_WRAP_CPP(outfiles inputfile ... )
# macro QT4_WRAP_UI(outfiles inputfile ... )
-# macro QT4_ADD_RESOURCE(outfiles inputfile ... )
+# macro QT4_ADD_RESOURCES(outfiles inputfile ... )
# macro QT4_AUTOMOC(inputfile ... )
# macro QT4_GENERATE_MOC(inputfile outputfile )
#
@@ -937,7 +937,7 @@ IF (QT4_QMAKE_FOUND)
ENDMACRO (QT4_WRAP_UI)
- # QT4_ADD_RESOURCE(outfiles inputfile ... )
+ # QT4_ADD_RESOURCES(outfiles inputfile ... )
# TODO perhaps consider adding support for compression and root options to rcc
MACRO (QT4_ADD_RESOURCES outfiles )