aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2013-02-16 10:54:10 +0100
committerAlex Neundorf <neundorf@kde.org>2013-02-16 10:54:10 +0100
commitc61a35fecca91cc83672000b375d57fd123c1165 (patch)
treee0006180d955eec113b8a101510e09718dd7cd3b
parent6e8b126cebb5ff0478f6cf6ff1c0da2ed61b5ef2 (diff)
downloadextra-cmake-modules-c61a35fecca91cc83672000b375d57fd123c1165.tar.gz
extra-cmake-modules-c61a35fecca91cc83672000b375d57fd123c1165.tar.bz2
Qt5 does not support QT_USE_IMPORTED_TARGETS anymore
Alex
-rw-r--r--kde-modules/KDECMakeSettings.cmake4
1 files changed, 0 insertions, 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 ###########################