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:
parent
57378a108c
commit
f6bd3623a2
@ -4,7 +4,6 @@
|
||||
|
||||
QMAKE_PLATFORM += tvos
|
||||
QMAKE_MAC_SDK = appletvos
|
||||
CONFIG += bitcode
|
||||
|
||||
simulator.sdk = appletvsimulator
|
||||
simulator.target = simulator
|
||||
|
@ -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
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
QMAKE_PLATFORM += watchos
|
||||
QMAKE_MAC_SDK = watchos
|
||||
CONFIG += bitcode
|
||||
|
||||
simulator.sdk = watchsimulator
|
||||
simulator.target = simulator
|
||||
|
Loading…
x
Reference in New Issue
Block a user