mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
#
|
|
# qmake configuration for shared by UIKIT platforms
|
|
#
|
|
|
|
QMAKE_PLATFORM += uikit
|
|
CONFIG += reduce_exports shallow_bundle no_qt_rpath
|
|
|
|
INCLUDEPATH += $$PWD/uikit
|
|
|
|
include(mac.conf)
|