mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 06:28:26 +08:00
20 lines
424 B
Plaintext
20 lines
424 B
Plaintext
|
#
|
||
|
# qmake configuration for macx-watchos-clang
|
||
|
#
|
||
|
|
||
|
QMAKE_WATCHOS_DEPLOYMENT_TARGET = 6.0
|
||
|
|
||
|
QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 4
|
||
|
|
||
|
QMAKE_APPLE_DEVICE_ARCHS = armv7k
|
||
|
QMAKE_APPLE_SIMULATOR_ARCHS = i386
|
||
|
|
||
|
include(../common/watchos.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)
|