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
491 B
Plaintext
21 lines
491 B
Plaintext
#
|
|
# qmake common configuration for watchOS
|
|
#
|
|
|
|
QMAKE_PLATFORM += watchos
|
|
QMAKE_MAC_SDK = watchos
|
|
|
|
simulator.sdk = watchsimulator
|
|
simulator.target = simulator
|
|
simulator.dir_affix = $${simulator.sdk}
|
|
simulator.CONFIG = apple$${simulator.sdk}
|
|
simulator.deployment_identifier = watchos-simulator
|
|
|
|
device.sdk = watchos
|
|
device.target = device
|
|
device.dir_affix = $${device.sdk}
|
|
device.CONFIG = apple$${device.sdk}
|
|
device.deployment_identifier = $${device.sdk}
|
|
|
|
include(uikit.conf)
|