22 lines
456 B
Plaintext
22 lines
456 B
Plaintext
|
#
|
||
|
# qmake configuration for macx-watchos-clang
|
||
|
#
|
||
|
|
||
|
QMAKE_WATCHOS_DEPLOYMENT_TARGET = 2.2
|
||
|
|
||
|
INCLUDEPATH += $$PWD/watchos
|
||
|
|
||
|
QMAKE_WATCHOS_TARGETED_DEVICE_FAMILY = 4
|
||
|
|
||
|
QMAKE_WATCHOS_DEVICE_ARCHS = armv7k
|
||
|
QMAKE_WATCHOS_SIMULATOR_ARCHS = i386
|
||
|
|
||
|
include(../common/watchos.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)
|