qmake: enable bitcode also for iOS

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>
This commit is contained in:
Jake Petroules 2016-08-19 04:29:01 -07:00
parent 57378a108c
commit f6bd3623a2
3 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,6 @@
QMAKE_PLATFORM += tvos
QMAKE_MAC_SDK = appletvos
CONFIG += bitcode
simulator.sdk = appletvsimulator
simulator.target = simulator

View File

@ -3,7 +3,7 @@
#
QMAKE_PLATFORM += uikit
CONFIG += reduce_exports
CONFIG += bitcode reduce_exports
INCLUDEPATH += $$PWD/uikit
DEFINES += DARWIN_NO_CARBON QT_NO_PRINTER QT_NO_PRINTDIALOG

View File

@ -4,7 +4,6 @@
QMAKE_PLATFORM += watchos
QMAKE_MAC_SDK = watchos
CONFIG += bitcode
simulator.sdk = watchsimulator
simulator.target = simulator