2012-11-20 14:25:34 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for macx-ios-clang
|
|
|
|
#
|
|
|
|
|
2016-03-02 17:55:10 +00:00
|
|
|
QMAKE_IOS_DEPLOYMENT_TARGET = 7.0
|
2012-11-20 14:25:34 +00:00
|
|
|
|
2013-03-02 14:46:37 +00:00
|
|
|
# Universal target (iPhone and iPad)
|
|
|
|
QMAKE_IOS_TARGETED_DEVICE_FAMILY = 1,2
|
2012-11-20 14:25:34 +00:00
|
|
|
|
2014-10-28 12:27:25 +00:00
|
|
|
QMAKE_IOS_DEVICE_ARCHS = armv7 arm64
|
|
|
|
QMAKE_IOS_SIMULATOR_ARCHS = i386 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)
|
|
|
|
include(../common/ios/clang.conf)
|
|
|
|
include(../common/ios/qmake.conf)
|
2012-11-20 14:25:34 +00:00
|
|
|
|
|
|
|
load(qt_config)
|