summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/uikit.conf
blob: de0fb33351947dea73b794276a410b3e51965ae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# qmake configuration for shared by UIKIT platforms
#

QMAKE_PLATFORM         += uikit
CONFIG                 += bitcode reduce_exports shallow_bundle no_qt_rpath

INCLUDEPATH            += $$PWD/uikit
DEFINES                += DARWIN_NO_CARBON

include(mac.conf)