8d9bab4752
This was probably a leftover that slipped past review for tvOS, and then got accidentally carried over to watchOS. They serve no purpose as there are no such named directories, nor does iOS have anything similar. Change-Id: If2a0f592e83e07db1f3aace320e73046e824994b Reviewed-by: Mike Krus <mike.krus@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
20 lines
413 B
Plaintext
20 lines
413 B
Plaintext
#
|
|
# qmake configuration for macx-tvos-clang
|
|
#
|
|
|
|
QMAKE_TVOS_DEPLOYMENT_TARGET = 9.1
|
|
|
|
QMAKE_TVOS_TARGETED_DEVICE_FAMILY = 3
|
|
|
|
QMAKE_TVOS_DEVICE_ARCHS = arm64
|
|
QMAKE_TVOS_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)
|