qtbase-opensource-src/mkspecs/common/uikit.conf

11 lines
223 B
Plaintext
Raw Normal View History

2022-05-14 17:39:13 +08:00
#
# 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)