summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2018-01-20 16:23:23 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2018-01-20 15:53:35 +0000
commit72cfbd7664f21fcc0e62b869a6b01bf73eb5e7da (patch)
tree12aa46467fee26d430f543788c66a20a20f98396 /Tools
parent79143ccfc158ec4fffc49eee600d600edb342b16 (diff)
Import WebKit commit 025cd3fc8d29620535309aa3e2ab7075aad36044
Change-Id: I39d60de0f241abc52c0c4eb174eba7882d576f24 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Tools')
-rw-r--r--Tools/qmake/projects/run_cmake.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/qmake/projects/run_cmake.pro b/Tools/qmake/projects/run_cmake.pro
index f63fcd658..b9d0f08a2 100644
--- a/Tools/qmake/projects/run_cmake.pro
+++ b/Tools/qmake/projects/run_cmake.pro
@@ -83,6 +83,8 @@ build_pass|!debug_and_release {
debug_and_release:build_all:CONFIG(debug, debug|release) {
CMAKE_CONFIG += CMAKE_INSTALL_PREFIX=\"$$[QT_INSTALL_PREFIX]/debug\"
}
+
+ !qt_framework: CMAKE_CONFIG += MACOS_BUILD_FRAMEWORKS=OFF
}
!isEmpty(use_ninja): cmake_args += "-G Ninja"