2012-11-20 14:25:34 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for macx-ios-clang
|
|
|
|
#
|
|
|
|
|
2022-08-02 16:03:53 +00:00
|
|
|
QMAKE_IOS_DEPLOYMENT_TARGET = 14.0
|
2012-11-20 14:25:34 +00:00
|
|
|
|
2013-03-02 14:46:37 +00:00
|
|
|
# Universal target (iPhone and iPad)
|
2016-08-30 17:35:50 +00:00
|
|
|
QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 1,2
|
2012-11-20 14:25:34 +00:00
|
|
|
|
2017-08-22 09:22:14 +00:00
|
|
|
QMAKE_APPLE_DEVICE_ARCHS = arm64
|
|
|
|
QMAKE_APPLE_SIMULATOR_ARCHS = x86_64
|
2013-10-17 14:46:32 +00:00
|
|
|
|
2013-09-11 13:23:03 +00:00
|
|
|
include(../common/ios.conf)
|
|
|
|
include(../common/gcc-base-mac.conf)
|
|
|
|
include(../common/clang.conf)
|
|
|
|
include(../common/clang-mac.conf)
|
2016-08-20 01:20:15 +00:00
|
|
|
include(../common/uikit/clang.conf)
|
|
|
|
include(../common/uikit/qmake.conf)
|
2012-11-20 14:25:34 +00:00
|
|
|
|
|
|
|
load(qt_config)
|