2016-02-16 14:29:59 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for macx-tvos-clang
|
|
|
|
#
|
|
|
|
|
|
|
|
QMAKE_TVOS_DEPLOYMENT_TARGET = 9.1
|
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD/tvos
|
|
|
|
|
|
|
|
QMAKE_TVOS_TARGETED_DEVICE_FAMILY = 3
|
|
|
|
|
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)
|
|
|
|
include(../common/ios/clang.conf)
|
|
|
|
include(../common/ios/qmake.conf)
|
|
|
|
|
|
|
|
load(qt_config)
|