1b473ee676
[ChangeLog][iOS] The minimum deployment target for applications is now iOS 10.0. Change-Id: Icb37e4eaecbf6f62fd3c9293b2abf19a0954a02d Reviewed-by: Jake Petroules <jake.petroules@qt.io>
21 lines
450 B
Plaintext
21 lines
450 B
Plaintext
#
|
|
# qmake configuration for macx-ios-clang
|
|
#
|
|
|
|
QMAKE_IOS_DEPLOYMENT_TARGET = 10.0
|
|
|
|
# Universal target (iPhone and iPad)
|
|
QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 1,2
|
|
|
|
QMAKE_APPLE_DEVICE_ARCHS = arm64
|
|
QMAKE_APPLE_SIMULATOR_ARCHS = x86_64
|
|
|
|
include(../common/ios.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)
|