40a1f69e86
Conflicts: configure.json mkspecs/macx-tvos-clang/qmake.conf mkspecs/macx-watchos-clang/qmake.conf Change-Id: Iaf32339ace59dff9ed344972472744c55d75025c
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
#
|
|
# qmake configuration for shared by UIKIT platforms
|
|
#
|
|
|
|
QMAKE_PLATFORM += uikit
|
|
CONFIG += bitcode reduce_exports shallow_bundle no_qt_rpath
|
|
|
|
INCLUDEPATH += $$PWD/uikit
|
|
DEFINES += DARWIN_NO_CARBON
|
|
|
|
include(mac.conf)
|