qt5base-lts/mkspecs/common/macx.conf
Tor Arne Vestbø 4e4057460a macOS: Warn the user when using incompatible or untested platform SDKs
Task-number: QTBUG-70263
Change-Id: Ic946d1efc69ebb8ba65bbba956ed55ab7183957e
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2018-08-31 12:25:23 +00:00

17 lines
331 B
Plaintext

#
# qmake configuration for common OS X
#
QMAKE_PLATFORM += macos osx macx
QMAKE_MAC_SDK = macosx
QT_MAC_SDK_VERSION_TESTED_WITH = 10.13
device.sdk = macosx
device.target = device
device.dir_affix = $${device.sdk}
device.CONFIG = $${device.sdk}
device.deployment_identifier = $${device.sdk}
include(mac.conf)