aboutsummaryrefslogtreecommitdiffstats
path: root/coin/conan/profiles/macos-ios-arm64-clang
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2021-11-12 11:29:11 +0200
committerIikka Eklund <iikka.eklund@qt.io>2022-02-28 07:43:41 +0000
commit28920cb7b4d5d0b729135939b3f03a4281848caf (patch)
tree2b61b9ceff8e308ded31e76df1794aee1ac151f7 /coin/conan/profiles/macos-ios-arm64-clang
parenta4cc949b8dbfa2f21c323fd7cbffd011b2dbbc84 (diff)
Update conan profiles
Split the end user profile variants in two, e.g.: linux-x86_64-gcc -> linux-x86_64-gcc # 1 baseprofiles/linux-x86_64-gcc # 2 1) This is still the end user variant but this includes the counterpart from 3rdparty subfolder 2) This contains those settings and options that are needed for 3rd party depedencies like icu Task-number: QTBUG-99213 Pick-to: 6.2 6.3 Change-Id: Ia6d7d9c5759848ff339cf8f50a40b10dfd9877d6 Reviewed-by: Simo Fält <simo.falt@qt.io>
Diffstat (limited to 'coin/conan/profiles/macos-ios-arm64-clang')
-rw-r--r--coin/conan/profiles/macos-ios-arm64-clang14
1 files changed, 4 insertions, 10 deletions
diff --git a/coin/conan/profiles/macos-ios-arm64-clang b/coin/conan/profiles/macos-ios-arm64-clang
index aeda7ad4..1f227225 100644
--- a/coin/conan/profiles/macos-ios-arm64-clang
+++ b/coin/conan/profiles/macos-ios-arm64-clang
@@ -1,17 +1,11 @@
-[settings]
- os=iOS
- os.version=13.0
- arch=armv8
- compiler=apple-clang
- compiler.version=11.0
- compiler.libcxx=libc++
- build_type=Release
+include(baseprofiles/macos-ios-arm64-clang)
+
[options]
-qtbase:shared=no
-qtbase:debug_and_release=yes
+qtbase:debug_and_release=True
qtbase:nomake=examples;tests
qtbase:qt_host_path=$QT_HOST_PATH
qtbase:cmake_args_qtbase="-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_SYSTEM_NAME=iOS"
+*:cmake_args_leaf_module=""
[build_requires]
[env]
CONAN_CMAKE_GENERATOR=Ninja