[cmake-commits] hoffman committed FindQt4.cmake 1.67 1.68

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 20 15:15:58 EST 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv4015

Modified Files:
	FindQt4.cmake 
Log Message:
BUG: fix for bug 4187 fix typo in docs


Index: FindQt4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindQt4.cmake,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- FindQt4.cmake	19 Feb 2007 18:44:30 -0000	1.67
+++ FindQt4.cmake	20 Feb 2007 20:15:55 -0000	1.68
@@ -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 )
 #
@@ -864,7 +864,7 @@
   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 )



More information about the Cmake-commits mailing list