diff options
author | Tor Arne Vestbø <tor.arne.vestbo@qt.io> | 2022-07-05 16:06:22 +0200 |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@qt.io> | 2022-08-10 09:41:24 +0000 |
commit | 1d8e144b6a6fe46af9a170297b2356030cbc2209 (patch) | |
tree | 353e2a398274239678c5e34b65c7b4309b6049e9 /mkspecs | |
parent | 95fdc63a9949a728324c7735819b4bec79965eaf (diff) | |
download | qtbase-1d8e144b6a6fe46af9a170297b2356030cbc2209.tar.gz |
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 'mkspecs')
-rw-r--r-- | mkspecs/common/uikit.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/uikit.conf b/mkspecs/common/uikit.conf index 0388b8e616..8419506f09 100644 --- a/mkspecs/common/uikit.conf +++ b/mkspecs/common/uikit.conf @@ -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 |