From 1b770c6a81663a38476c63b959e5671e519df654 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 12 Apr 2006 16:45:04 +0000 Subject: Moved out the 4 values from config.h that depend on the installation prefix, so that changing the prefix doesn't mean recompiling -all- of kdelibs, only a few files. One more step towards modular config-foo.h files. svn path=/trunk/KDE/kdelibs/; revision=529149 --- modules/FindQt4.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake index 40af6e24..41ab699a 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -450,7 +450,7 @@ IF (QT4_QMAKE_FOUND) # WTF? why don't we have frameworks? :P SET(QT_QTTEST_LIBRARY_RELEASE "-L${QT_LIBRARY_DIR} -lQtTest" CACHE STRING "The QtTest library.") - SET(QT_QTTEST_LIBRARY_DEBUG "-L${QT_LIBRARY_DIR} -lQtTest" CACHE STRING "The QtTest library.") + SET(QT_QTTEST_LIBRARY_DEBUG "-L${QT_LIBRARY_DIR} -lQtTest_debug" CACHE STRING "The QtTest library.") MARK_AS_ADVANCED(QT_QT3SUPPORT_LIBRARY QT_QTGUI_LIBRARY ) ELSE (QT_USE_FRAMEWORKS) -- cgit v1.2.1