From c61a35fecca91cc83672000b375d57fd123c1165 Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Sat, 16 Feb 2013 10:54:10 +0100 Subject: Qt5 does not support QT_USE_IMPORTED_TARGETS anymore Alex --- kde-modules/KDECMakeSettings.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kde-modules/KDECMakeSettings.cmake b/kde-modules/KDECMakeSettings.cmake index 24e7e9ab..16345ebb 100644 --- a/kde-modules/KDECMakeSettings.cmake +++ b/kde-modules/KDECMakeSettings.cmake @@ -61,10 +61,6 @@ if(NOT KDE_SKIP_TEST_SETTINGS) endif () endif() -# Tell FindQt4.cmake to point the QT_QTFOO_LIBRARY targets at the imported targets -# for the Qt libraries, so we get full handling of release and debug versions of the -# Qt libs and are flexible regarding the install location of Qt under Windows -set(QT_USE_IMPORTED_TARGETS TRUE) ################ Build-related settings ########################### -- cgit v1.2.1