2016-05-20 06:01:59 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for macx-watchos-clang
|
|
|
|
#
|
|
|
|
|
2021-03-10 16:04:38 +00:00
|
|
|
QMAKE_WATCHOS_DEPLOYMENT_TARGET = 6.0
|
2016-05-20 06:01:59 +00:00
|
|
|
|
2016-08-30 17:35:50 +00:00
|
|
|
QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 4
|
2016-05-20 06:01:59 +00:00
|
|
|
|
2016-08-30 17:26:57 +00:00
|
|
|
QMAKE_APPLE_DEVICE_ARCHS = armv7k
|
|
|
|
QMAKE_APPLE_SIMULATOR_ARCHS = i386
|
2016-05-20 06:01:59 +00:00
|
|
|
|
|
|
|
include(../common/watchos.conf)
|
|
|
|
include(../common/gcc-base-mac.conf)
|
|
|
|
include(../common/clang.conf)
|
|
|
|
include(../common/clang-mac.conf)
|
2016-08-20 01:20:15 +00:00
|
|
|
include(../common/uikit/clang.conf)
|
|
|
|
include(../common/uikit/qmake.conf)
|
2016-05-20 06:01:59 +00:00
|
|
|
|
|
|
|
load(qt_config)
|