4b2035cd0f
Includes both minimum deployment targets and minimum sdk versions. As per supported Apple platforms versions which was done in qt/qtdoc at 8807fdedce29cbbd7662fcd745234da30eace3fb For Qt for iOS 6.0.x we only bump the minimum deloyment target because applications seem to crash with iOS 12.4+, and it's better to have a build error than a runtime error. The minimum required sdk will not be bumped for 6.0.x, so we don't accidentally break someone's existing build, given that 6.0 is already released. Pick-to: 6.1 Task-number: QTCREATORBUG-23574 Change-Id: I3046384164f2d7fdbd0cfd16dcb85e0d60bc56ce Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
#
|
|
# qmake configuration for macx-tvos-clang
|
|
#
|
|
|
|
QMAKE_TVOS_DEPLOYMENT_TARGET = 13.0
|
|
|
|
QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 3
|
|
|
|
QMAKE_APPLE_DEVICE_ARCHS = arm64
|
|
QMAKE_APPLE_SIMULATOR_ARCHS = x86_64
|
|
|
|
include(../common/tvos.conf)
|
|
include(../common/gcc-base-mac.conf)
|
|
include(../common/clang.conf)
|
|
include(../common/clang-mac.conf)
|
|
include(../common/uikit/clang.conf)
|
|
include(../common/uikit/qmake.conf)
|
|
|
|
load(qt_config)
|