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

QMAKE_PLATFORM         += uikit
CONFIG                 += bitcode reduce_exports shallow_bundle no_qt_rpath

INCLUDEPATH            += $$PWD/uikit

DEFINES                += GLES_SILENCE_DEPRECATION

include(mac.conf)