qtbase-opensource-src/mkspecs/common/macx.conf

27 lines
529 B
Plaintext
Raw Normal View History

2022-05-14 17:39:13 +08:00
#
# qmake configuration for common OS X
#
QMAKE_PLATFORM += macos osx macx
QMAKE_MAC_SDK = macosx
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.13
# Should be 10.15, but as long as the CI builds with
# older SDKs we have to keep this.
QT_MAC_SDK_VERSION_MIN = 10.14
2023-05-05 09:20:25 +08:00
QT_MAC_SDK_VERSION_MAX = 12
2022-05-14 17:39:13 +08:00
device.sdk = macosx
device.target = device
device.dir_affix = $${device.sdk}
device.CONFIG = $${device.sdk}
device.deployment_identifier = $${device.sdk}
2023-05-05 09:20:25 +08:00
CONFIG += only_active_arch
2022-05-14 17:39:13 +08:00
QMAKE_LIBS_VULKAN =
include(mac.conf)