summaryrefslogtreecommitdiffstats
path: root/src/core/core_module.pro
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-03-18 17:01:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-18 17:55:25 +0100
commit177be5dc8c34f840e07e4ac33e182b012420893b (patch)
treeb43560fdeb1cfc67bd169759587a2670e3b6de33 /src/core/core_module.pro
parent0402743339cbf9efe0ea4ebbd36b27bbc7e9e7a6 (diff)
Fix the Mac build when using the Qt SDK
To fix the build of the core library override Qt's default minimum target version of 10.6 because we need to use libc++ for chromium which is only available from 10.7. Change-Id: I8896c4741d1c9b7bfe6b1c045704aeb2d5affd17 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'src/core/core_module.pro')
-rw-r--r--src/core/core_module.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core_module.pro b/src/core/core_module.pro
index 23503e32e..ef9721a11 100644
--- a/src/core/core_module.pro
+++ b/src/core/core_module.pro
@@ -1,6 +1,9 @@
MODULE = webenginecore
TARGET = QtWebEngineCore
+# We depend on libc++ to build chromium so our macosx-version-min has to be 10.7
+QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
+
QT += qml quick
QT_PRIVATE += qml-private quick-private gui-private core-private