Browse Source

BUG: fix for bug 4187 fix typo in docs

Bill Hoffman 19 years ago
parent
commit
531f110323
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Modules/FindQt4.cmake

+ 2 - 2
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 )
 #
@@ -864,7 +864,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 )