diff options
-rw-r--r-- | kde-modules/KDECMakeSettings.cmake | 4 |
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 ########################### |