f6bd3623a2
It's optional but default in Xcode, and will probably become required Change-Id: I6917a9cf15b48dbaee57f1a92ea47d68fb3c253a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Mike Krus <mike.krus@kdab.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
#
|
|
# qmake configuration for shared by UIKIT platforms
|
|
#
|
|
|
|
QMAKE_PLATFORM += uikit
|
|
CONFIG += bitcode reduce_exports
|
|
|
|
INCLUDEPATH += $$PWD/uikit
|
|
DEFINES += DARWIN_NO_CARBON QT_NO_PRINTER QT_NO_PRINTDIALOG
|
|
|
|
include(mac.conf)
|