10e468b32a
As discussed earlier, we don't want to keep backwards compatibility for more than two versions in addition to the current macOS version. Change-Id: I24df6fb4a08e14a9f842d209b8e0a6079c533b65 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
20 lines
386 B
Plaintext
20 lines
386 B
Plaintext
#
|
|
# qmake configuration for common OS X
|
|
#
|
|
|
|
QMAKE_PLATFORM += macos osx macx
|
|
QMAKE_MAC_SDK = macosx
|
|
|
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.12
|
|
QMAKE_APPLE_DEVICE_ARCHS = x86_64
|
|
|
|
device.sdk = macosx
|
|
device.target = device
|
|
device.dir_affix = $${device.sdk}
|
|
device.CONFIG = $${device.sdk}
|
|
device.deployment_identifier = $${device.sdk}
|
|
|
|
QMAKE_LIBS_VULKAN =
|
|
|
|
include(mac.conf)
|