summaryrefslogtreecommitdiffstats
path: root/profiles
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@qt.io>2020-10-16 09:55:49 +0300
committerIikka Eklund <iikka.eklund@qt.io>2020-10-22 09:03:00 +0000
commitcf01697b3e179322a42d9cc688028dae4aa7d1e4 (patch)
tree59c8e0c062e5f8892543aa61fb66392a01a0fcd7 /profiles
parent10bbd7d646e39a0db6f5fe41a23b9a3f733dbdcd (diff)
Add conan profile for Qt 6.0.0 iOS target
Change-Id: I46e2e442da7fc05d24f6cba50f016229d69ac287 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/qt/macos/6.0.0/qt-6.0.0-macx-ios13
1 files changed, 13 insertions, 0 deletions
diff --git a/profiles/qt/macos/6.0.0/qt-6.0.0-macx-ios b/profiles/qt/macos/6.0.0/qt-6.0.0-macx-ios
new file mode 100644
index 0000000..3c5d29a
--- /dev/null
+++ b/profiles/qt/macos/6.0.0/qt-6.0.0-macx-ios
@@ -0,0 +1,13 @@
+[settings]
+ os=iOS
+ os.version=13.2
+ arch=armv8
+ compiler=apple-clang
+ compiler.version=11.0
+ compiler.libcxx=libc++
+ build_type=Release
+[options]
+[build_requires]
+[env]
+QT_PATH=%QT_VERSION_PATH%/ios
+