summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-watchos-clang/qmake.conf
blob: 81942612759ad343ed3206fc0b5a4d08667146d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# qmake configuration for macx-watchos-clang
#

QMAKE_WATCHOS_DEPLOYMENT_TARGET    = 4.0

QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 4

QMAKE_APPLE_DEVICE_ARCHS = armv7k
QMAKE_APPLE_SIMULATOR_ARCHS = i386

include(../common/watchos.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)