Disable bitcode for iOS
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>
This commit is contained in:
parent
c9d1d4c33c
commit
e27a0d5a0f
@ -213,10 +213,6 @@ if(MSVC)
|
||||
)
|
||||
endif()
|
||||
|
||||
if(UIKIT)
|
||||
qt_internal_apply_bitcode_flags(PlatformCommonInternal)
|
||||
endif()
|
||||
|
||||
if(WASM AND QT_FEATURE_sse2)
|
||||
target_compile_definitions(PlatformCommonInternal INTERFACE QT_COMPILER_SUPPORTS_SSE2)
|
||||
endif()
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
QMAKE_PLATFORM += uikit
|
||||
CONFIG += bitcode reduce_exports shallow_bundle no_qt_rpath
|
||||
CONFIG += reduce_exports shallow_bundle no_qt_rpath
|
||||
|
||||
INCLUDEPATH += $$PWD/uikit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user