diff options
-rw-r--r-- | modules/FindQt4.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake index 0c392676..081e996e 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -979,7 +979,7 @@ IF (QT4_QMAKE_FOUND) ENDIF(QT_USE_IMPORTED_TARGETS) -message(STATUS "QT_${basename}_LIBRARY: ${QT_${basename}_LIBRARY}") +#message(STATUS "QT_${basename}_LIBRARY: ${QT_${basename}_LIBRARY}") SET(QT_${basename}_FOUND 1) |