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
|
2016-08-26 19:19:12 +00:00
|
|
|
DEFINES += DARWIN_NO_CARBON
|
2016-02-16 14:29:59 +00:00
|
|
|
|
|
|
|
include(mac.conf)
|