summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++/qmake.conf
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-08-23 13:56:58 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-08-23 13:09:46 +0000
commita88645c6f45188d93c6ca0a591aaeae2b3c4d5c4 (patch)
tree0ea73186a33154910c65760e391bac0883b3115b /mkspecs/macx-g++/qmake.conf
parente498a1d09d79cbb26437a4823b67ae56c5542514 (diff)
macOS: Share deployment target and device arch config between makespecs
Change-Id: Ie06705590b4962d8b09b97e30625ef11af321763 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'mkspecs/macx-g++/qmake.conf')
-rw-r--r--mkspecs/macx-g++/qmake.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/mkspecs/macx-g++/qmake.conf b/mkspecs/macx-g++/qmake.conf
index 5686610b17..d0e0026f1e 100644
--- a/mkspecs/macx-g++/qmake.conf
+++ b/mkspecs/macx-g++/qmake.conf
@@ -10,10 +10,6 @@ MAKEFILE_GENERATOR = UNIX
CONFIG += app_bundle incremental global_init_link_order lib_version_first
QMAKE_INCREMENTAL_STYLE = sublib
-QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.11
-
-QMAKE_APPLE_DEVICE_ARCHS = x86_64
-
include(../common/macx.conf)
include(../common/gcc-base-mac.conf)
include(../common/g++-macx.conf)