40a1f69e86
Conflicts: configure.json mkspecs/macx-tvos-clang/qmake.conf mkspecs/macx-watchos-clang/qmake.conf Change-Id: Iaf32339ace59dff9ed344972472744c55d75025c
21 lines
464 B
Plaintext
21 lines
464 B
Plaintext
#
|
|
# qmake configuration for macx-ios-clang
|
|
#
|
|
|
|
QMAKE_IOS_DEPLOYMENT_TARGET = 7.0
|
|
|
|
# Universal target (iPhone and iPad)
|
|
QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 1,2
|
|
|
|
QMAKE_APPLE_DEVICE_ARCHS = armv7 arm64
|
|
QMAKE_APPLE_SIMULATOR_ARCHS = i386 x86_64
|
|
|
|
include(../common/ios.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)
|