diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-20 20:15:55 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-20 20:15:55 (GMT) |
commit | 531f110323c6d191e6a7252173f54b96c77ccf0f (patch) | |
tree | 8af373fd4d08372107a42a2dc10e68dac24ab823 /Modules | |
parent | 90e4d70dcc88b7acb8fd9eb2b742a9bbd366424d (diff) | |
download | CMake-531f110323c6d191e6a7252173f54b96c77ccf0f.zip CMake-531f110323c6d191e6a7252173f54b96c77ccf0f.tar.gz CMake-531f110323c6d191e6a7252173f54b96c77ccf0f.tar.bz2 |
BUG: fix for bug 4187 fix typo in docs
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindQt4.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index 5b277d9..b0cff27 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 ) # @@ -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 ) |