aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-12-13 14:36:23 +0000
committerAlexander Neundorf <neundorf@kde.org>2009-12-13 14:36:23 +0000
commitcc9c86c96af116e35d0c212b82617126a6a38320 (patch)
treef18b5cbc31b6473fde9928070f64fdda432def0a /modules/FindKDE4Internal.cmake
parent27d6fce08ed2e1fdffedca6d4c3de4230ece329a (diff)
downloadextra-cmake-modules-cc9c86c96af116e35d0c212b82617126a6a38320.tar.gz
extra-cmake-modules-cc9c86c96af116e35d0c212b82617126a6a38320.tar.bz2
-make building KDE with Qt4 installed as OSX frameworks work
Alex CCMAIL: mike@mikearthur.co.uk CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1062002
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r--modules/FindKDE4Internal.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 41204bf4..fc757925 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -979,9 +979,6 @@ if (APPLE)
# optimization flags are set below for the various build types
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-common")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-common")
- if (QT_USE_FRAMEWORKS)
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -F${QT_LIBRARY_DIR}")
- endif (QT_USE_FRAMEWORKS)
endif (APPLE)