diff options
-rw-r--r-- | Modules/FindQt4.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index 8280fdf..c6ee799 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -1294,8 +1294,6 @@ IF (QT4_QMAKE_FOUND) MACRO(QT4_CREATE_TRANSLATION _qm_files) QT4_EXTRACT_OPTIONS(_lupdate_files _lupdate_options ${ARGN}) - MESSAGE("lupdate_files ${_lupdate_files}") - MESSAGE("lupdate_options ${_lupdate_options}") SET(_my_sources) SET(_my_tsfiles) FOREACH (_file ${_lupdate_files}) |