11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
|
#
|
||
|
# qmake configuration for shared by UIKIT platforms
|
||
|
#
|
||
|
|
||
|
QMAKE_PLATFORM += uikit
|
||
|
CONFIG += bitcode reduce_exports shallow_bundle no_qt_rpath
|
||
|
|
||
|
INCLUDEPATH += $$PWD/uikit
|
||
|
|
||
|
include(mac.conf)
|