summaryrefslogtreecommitdiffstats
path: root/Modules/FindQt4.cmake
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2008-09-22 18:00:37 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2008-09-22 18:00:37 (GMT)
commitae9f9e6994c430d697387bb005616bda4a9c09b8 (patch)
tree1a599eabaaaac8fcc5a003b9b92f03db7a997133 /Modules/FindQt4.cmake
parent434a99bbeb6ddb063a17b7065eaddf90b0157c65 (diff)
downloadCMake-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.cmake2
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})