summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/uikit.conf
blob: 0388b8e6167e5603ba4950161f5a75679a87a9ee (plain)
1
2
3
4
5
6
7
8
9
10
#
# 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)