From 75af853afb3b723020b081176b469dd3dac32a7a Mon Sep 17 00:00:00 2001 From: Harri Porten Date: Mon, 13 Oct 2008 20:00:23 +0000 Subject: Did I miss the meaning of this message? svn path=/trunk/KDE/kdelibs/; revision=871039 --- modules/FindQt4.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake index 513b0cfe..cfac9b60 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -429,7 +429,7 @@ IF (QT4_QMAKE_FOUND) SET(QT_LIBRARY_DIR ${QT_LIBRARY_DIR_TMP} CACHE PATH "Qt library dir") ELSE(EXISTS "${QT_LIBRARY_DIR_TMP}") MESSAGE("Warning: QT_QMAKE_EXECUTABLE reported QT_INSTALL_LIBS as ${QT_LIBRARY_DIR_TMP}") - MESSAGE("Warning: ${QT_LIBRARY_DIR_TMP} does NOT exist, Qt must NOT be installed correctly.") + MESSAGE("Warning: ${QT_LIBRARY_DIR_TMP} does NOT exist, Qt is not installed correctly.") ENDIF(EXISTS "${QT_LIBRARY_DIR_TMP}") ENDIF(NOT QT_LIBRARY_DIR) -- cgit v1.2.1