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

QMAKE_TVOS_DEPLOYMENT_TARGET    = 10.0

QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 3

QMAKE_APPLE_DEVICE_ARCHS = arm64
QMAKE_APPLE_SIMULATOR_ARCHS = x86_64

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