summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-07-05 16:06:22 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-08-18 08:46:19 +0000
commit77dd911d6f892b014042991064d711f14d9c9f54 (patch)
treeef554f5bc8f21a8c246db2d0e14c21d6153afcbc /cmake
parentff6535fdd360d7998b1a65fa211973ef1dfac6bf (diff)
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. Change-Id: Ib1f9d5114ca4d8b1845ecc7a9de0473ee015db33 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit e27a0d5a0f8818653ff125409db8187454409749) Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtInternalTargets.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/QtInternalTargets.cmake b/cmake/QtInternalTargets.cmake
index 221ca7c2a7..5cf15478f5 100644
--- a/cmake/QtInternalTargets.cmake
+++ b/cmake/QtInternalTargets.cmake
@@ -240,7 +240,6 @@ if(UIKIT)
# TODO: Figure out if this ok or not (sounds ok to me).
target_compile_definitions(PlatformCommonInternal INTERFACE QT_COMPILER_SUPPORTS_SSE2)
endif()
- qt_internal_apply_bitcode_flags(PlatformCommonInternal)
endif()
if(WASM AND QT_FEATURE_sse2)