fe784abc80
Change-Id: I1222708be5017a0dca381f365349fce5887a0bcb Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
#
|
|
# 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)
|