f6bd3623a2
It's optional but default in Xcode, and will probably become required Change-Id: I6917a9cf15b48dbaee57f1a92ea47d68fb3c253a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Mike Krus <mike.krus@kdab.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
21 lines
478 B
Plaintext
21 lines
478 B
Plaintext
#
|
|
# qmake common configuration for tvOS
|
|
#
|
|
|
|
QMAKE_PLATFORM += tvos
|
|
QMAKE_MAC_SDK = appletvos
|
|
|
|
simulator.sdk = appletvsimulator
|
|
simulator.target = simulator
|
|
simulator.dir_affix = $${simulator.sdk}
|
|
simulator.CONFIG = $${simulator.sdk}
|
|
simulator.deployment_identifier = tvos-simulator
|
|
|
|
device.sdk = appletvos
|
|
device.target = device
|
|
device.dir_affix = $${device.sdk}
|
|
device.CONFIG = $${device.sdk}
|
|
device.deployment_identifier = $${device.sdk}
|
|
|
|
include(uikit.conf)
|