qt6windows7/mkspecs/common/uikit.conf

11 lines
215 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
#
# qmake configuration for shared by UIKIT platforms
#
QMAKE_PLATFORM += uikit
CONFIG += reduce_exports shallow_bundle no_qt_rpath
INCLUDEPATH += $$PWD/uikit
include(mac.conf)