2016-02-16 14:29:59 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for shared by UIKIT platforms
|
|
|
|
#
|
|
|
|
|
|
|
|
QMAKE_PLATFORM += uikit
|
2016-05-28 09:13:34 +00:00
|
|
|
CONFIG += bitcode reduce_exports shallow_bundle no_qt_rpath
|
2016-02-16 14:29:59 +00:00
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD/uikit
|
|
|
|
|
2019-12-20 11:10:18 +00:00
|
|
|
DEFINES += GLES_SILENCE_DEPRECATION
|
|
|
|
|
2016-02-16 14:29:59 +00:00
|
|
|
include(mac.conf)
|