summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/macx-iosdevice-clang/qmake.conf
blob: 330dcf6c3c989313f5a76684bbbb0d4cb1504a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# qmake configuration for ios-device-clang
#

QMAKE_IOS_DEVICE_TYPE = iPhoneOS

# Samsung S5PC100, Apple A4, A5, A5X
QMAKE_IOS_TARGET_ARCH = armv7

# FIXME: Add armv7s (A6) support when we need it

include(../../common/mac.conf)
include(../../common/gcc-base-ios.conf)
include(../../common/clang.conf)
include(../../common/ios.conf)
include(../../common/ios/versions.conf)
include(../../common/ios/clang.conf)
include(../../common/ios/qmake.conf)
include(../../common/ios/arch.conf)

load(qt_config)