diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2008-09-22 18:00:37 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2008-09-22 18:00:37 (GMT) |
commit | ae9f9e6994c430d697387bb005616bda4a9c09b8 (patch) | |
tree | 1a599eabaaaac8fcc5a003b9b92f03db7a997133 /Modules/FindQt4.cmake | |
parent | 434a99bbeb6ddb063a17b7065eaddf90b0157c65 (diff) | |
download | CMake-ae9f9e6994c430d697387bb005616bda4a9c09b8.zip CMake-ae9f9e6994c430d697387bb005616bda4a9c09b8.tar.gz CMake-ae9f9e6994c430d697387bb005616bda4a9c09b8.tar.bz2 |
BUG: remove debug statements.
Diffstat (limited to 'Modules/FindQt4.cmake')
-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}) |