2016-02-16 14:29:59 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for macx-tvos-clang
|
|
|
|
#
|
|
|
|
|
2018-08-23 12:08:12 +00:00
|
|
|
QMAKE_TVOS_DEPLOYMENT_TARGET = 11.0
|
2016-02-16 14:29:59 +00:00
|
|
|
|
2016-08-30 17:35:50 +00:00
|
|
|
QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 3
|
2016-02-16 14:29:59 +00:00
|
|
|
|
2016-08-30 17:26:57 +00:00
|
|
|
QMAKE_APPLE_DEVICE_ARCHS = arm64
|
|
|
|
QMAKE_APPLE_SIMULATOR_ARCHS = x86_64
|
2016-02-16 14:29:59 +00:00
|
|
|
|
|
|
|
include(../common/tvos.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)
|
2016-02-16 14:29:59 +00:00
|
|
|
|
|
|
|
load(qt_config)
|