summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/macx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/common/macx.conf')
-rw-r--r--mkspecs/common/macx.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/mkspecs/common/macx.conf b/mkspecs/common/macx.conf
index 8f9eda10d7..889027ada5 100644
--- a/mkspecs/common/macx.conf
+++ b/mkspecs/common/macx.conf
@@ -5,7 +5,10 @@
QMAKE_PLATFORM += macos osx macx
QMAKE_MAC_SDK = macosx
-QT_MAC_SDK_VERSION_TESTED_WITH = 10.13
+QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.12
+QMAKE_APPLE_DEVICE_ARCHS = x86_64
+QT_MAC_SDK_VERSION_MIN = 10.13
+QT_MAC_SDK_VERSION_MAX = 10.14
device.sdk = macosx
device.target = device
@@ -13,4 +16,6 @@ device.dir_affix = $${device.sdk}
device.CONFIG = $${device.sdk}
device.deployment_identifier = $${device.sdk}
+QMAKE_LIBS_VULKAN =
+
include(mac.conf)