e27a0d5a0f
It's deprecated as of Xcode 14, and generates a warning message if a project explicitly enables bitcode. The App Store no longer accepts bitcode submissions from Xcode 14. Pick-to: 6.2 6.3 6.4 5.15 Change-Id: Ib1f9d5114ca4d8b1845ecc7a9de0473ee015db33 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
#
|
|
# qmake configuration for shared by UIKIT platforms
|
|
#
|
|
|
|
QMAKE_PLATFORM += uikit
|
|
CONFIG += reduce_exports shallow_bundle no_qt_rpath
|
|
|
|
INCLUDEPATH += $$PWD/uikit
|
|
|
|
include(mac.conf)
|