summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-02-25 12:17:48 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-02-25 12:03:01 +0000
commit16267804924e17437ab9b954acba53e000a29b7a (patch)
tree7a49d3305a7634447dfd1be0bb8a93ad37a7f01e
parentd9d32d2c028a0fbff629eae237de018391ba455c (diff)
Add Qt 6.0.2 profiles
Change-Id: Ia37553c16d1c0428bbc88faada6f167092183508 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
-rw-r--r--profiles/qt/android/6.0.2/qt-6.0.2-android-armeabi-v7a13
-rw-r--r--profiles/qt/android/6.0.2/qt-6.0.2-android-armv64_v8a13
-rw-r--r--profiles/qt/android/6.0.2/qt-6.0.2-android-x8613
-rw-r--r--profiles/qt/android/6.0.2/qt-6.0.2-android-x86_6413
-rw-r--r--profiles/qt/boot2qt/6.0.2/qt-6.0.2-boot2qt-armv7hf11
-rw-r--r--profiles/qt/boot2qt/6.0.2/qt-6.0.2-boot2qt-armv811
-rw-r--r--profiles/qt/boot2qt/6.0.2/qt-6.0.2-boot2qt-x86_6411
-rw-r--r--profiles/qt/linux/6.0.2/qt-6.0.2-gcc-x86_6413
-rw-r--r--profiles/qt/macos/6.0.2/qt-6.0.2-macx-clang13
-rw-r--r--profiles/qt/macos/6.0.2/qt-6.0.2-macx-ios14
-rw-r--r--profiles/qt/windows/6.0.2/qt-6.0.2-mingw81_6417
-rw-r--r--profiles/qt/windows/6.0.2/qt-6.0.2-msvc2019_6413
12 files changed, 155 insertions, 0 deletions
diff --git a/profiles/qt/android/6.0.2/qt-6.0.2-android-armeabi-v7a b/profiles/qt/android/6.0.2/qt-6.0.2-android-armeabi-v7a
new file mode 100644
index 0000000..c9d9e44
--- /dev/null
+++ b/profiles/qt/android/6.0.2/qt-6.0.2-android-armeabi-v7a
@@ -0,0 +1,13 @@
+[settings]
+ os=Android
+ os.api_level=23
+ arch=armv7
+ compiler=clang
+ compiler.version=9
+ compiler.libcxx=c++_shared
+ build_type=Release
+[options]
+qt6=6.0.2
+[build_requires]
+[env]
+QT_PATH=%QT_VERSION_PATH%/android_armv7
diff --git a/profiles/qt/android/6.0.2/qt-6.0.2-android-armv64_v8a b/profiles/qt/android/6.0.2/qt-6.0.2-android-armv64_v8a
new file mode 100644
index 0000000..a5441a9
--- /dev/null
+++ b/profiles/qt/android/6.0.2/qt-6.0.2-android-armv64_v8a
@@ -0,0 +1,13 @@
+[settings]
+ os=Android
+ os.api_level=23
+ arch=armv8
+ compiler=clang
+ compiler.version=9
+ compiler.libcxx=c++_shared
+ build_type=Release
+[options]
+qt6=6.0.2
+[build_requires]
+[env]
+QT_PATH=%QT_VERSION_PATH%/android_arm64_v8a
diff --git a/profiles/qt/android/6.0.2/qt-6.0.2-android-x86 b/profiles/qt/android/6.0.2/qt-6.0.2-android-x86
new file mode 100644
index 0000000..9280670
--- /dev/null
+++ b/profiles/qt/android/6.0.2/qt-6.0.2-android-x86
@@ -0,0 +1,13 @@
+[settings]
+ os=Android
+ os.api_level=23
+ arch=x86
+ compiler=clang
+ compiler.version=9
+ compiler.libcxx=c++_shared
+ build_type=Release
+[options]
+qt6=6.0.2
+[build_requires]
+[env]
+QT_PATH=%QT_VERSION_PATH%/android_x86
diff --git a/profiles/qt/android/6.0.2/qt-6.0.2-android-x86_64 b/profiles/qt/android/6.0.2/qt-6.0.2-android-x86_64
new file mode 100644
index 0000000..ab5ebdf
--- /dev/null
+++ b/profiles/qt/android/6.0.2/qt-6.0.2-android-x86_64
@@ -0,0 +1,13 @@
+[settings]
+ os=Android
+ os.api_level=23
+ arch=x86_64
+ compiler=clang
+ compiler.version=9
+ compiler.libcxx=c++_shared
+ build_type=Release
+[options]
+qt6=6.0.2
+[build_requires]
+[env]
+QT_PATH=%QT_VERSION_PATH%/android_x86_64
diff --git a/profiles/qt/boot2qt/6.0.2/qt-6.0.2-boot2qt-armv7hf b/profiles/qt/boot2qt/6.0.2/qt-6.0.2-boot2qt-armv7hf
new file mode 100644
index 0000000..6476267
--- /dev/null
+++ b/profiles/qt/boot2qt/6.0.2/qt-6.0.2-boot2qt-armv7hf
@@ -0,0 +1,11 @@
+[settings]
+ os=Linux
+ arch=armv7hf
+ compiler=gcc
+ compiler.version=9
+ compiler.libcxx=libstdc++11
+ build_type=Release
+[options]
+qt6=6.0.2
+[build_requires]
+[env]
diff --git a/profiles/qt/boot2qt/6.0.2/qt-6.0.2-boot2qt-armv8 b/profiles/qt/boot2qt/6.0.2/qt-6.0.2-boot2qt-armv8
new file mode 100644
index 0000000..9fccf3e
--- /dev/null
+++ b/profiles/qt/boot2qt/6.0.2/qt-6.0.2-boot2qt-armv8
@@ -0,0 +1,11 @@
+[settings]
+ os=Linux
+ arch=armv8
+ compiler=gcc
+ compiler.version=9
+ compiler.libcxx=libstdc++11
+ build_type=Release
+[options]
+qt6=6.0.2
+[build_requires]
+[env]
diff --git a/profiles/qt/boot2qt/6.0.2/qt-6.0.2-boot2qt-x86_64 b/profiles/qt/boot2qt/6.0.2/qt-6.0.2-boot2qt-x86_64
new file mode 100644
index 0000000..ad916ca
--- /dev/null
+++ b/profiles/qt/boot2qt/6.0.2/qt-6.0.2-boot2qt-x86_64
@@ -0,0 +1,11 @@
+[settings]
+ os=Linux
+ arch=x86_64
+ compiler=gcc
+ compiler.version=9
+ compiler.libcxx=libstdc++11
+ build_type=Release
+[options]
+qt6=6.0.2
+[build_requires]
+[env]
diff --git a/profiles/qt/linux/6.0.2/qt-6.0.2-gcc-x86_64 b/profiles/qt/linux/6.0.2/qt-6.0.2-gcc-x86_64
new file mode 100644
index 0000000..cce3a2b
--- /dev/null
+++ b/profiles/qt/linux/6.0.2/qt-6.0.2-gcc-x86_64
@@ -0,0 +1,13 @@
+[settings]
+ os=Linux
+ arch=x86_64
+ compiler=gcc
+ compiler.version=7.5
+ compiler.libcxx=libstdc++11
+ build_type=Release
+[options]
+qt6=6.0.2
+[build_requires]
+[env]
+QT_PATH=%QT_VERSION_PATH%/gcc_64
+
diff --git a/profiles/qt/macos/6.0.2/qt-6.0.2-macx-clang b/profiles/qt/macos/6.0.2/qt-6.0.2-macx-clang
new file mode 100644
index 0000000..5863756
--- /dev/null
+++ b/profiles/qt/macos/6.0.2/qt-6.0.2-macx-clang
@@ -0,0 +1,13 @@
+[settings]
+ os=Macos
+ arch=x86_64
+ compiler=apple-clang
+ compiler.version=11.0
+ compiler.libcxx=libc++
+ build_type=Release
+[options]
+qt6=6.0.2
+[build_requires]
+[env]
+QT_PATH=%QT_VERSION_PATH%/clang_64
+
diff --git a/profiles/qt/macos/6.0.2/qt-6.0.2-macx-ios b/profiles/qt/macos/6.0.2/qt-6.0.2-macx-ios
new file mode 100644
index 0000000..e675f94
--- /dev/null
+++ b/profiles/qt/macos/6.0.2/qt-6.0.2-macx-ios
@@ -0,0 +1,14 @@
+[settings]
+ os=iOS
+ os.version=13.2
+ arch=armv8
+ compiler=apple-clang
+ compiler.version=11.0
+ compiler.libcxx=libc++
+ build_type=Release
+[options]
+qt6=6.0.2
+[build_requires]
+[env]
+QT_PATH=%QT_VERSION_PATH%/ios
+
diff --git a/profiles/qt/windows/6.0.2/qt-6.0.2-mingw81_64 b/profiles/qt/windows/6.0.2/qt-6.0.2-mingw81_64
new file mode 100644
index 0000000..208859d
--- /dev/null
+++ b/profiles/qt/windows/6.0.2/qt-6.0.2-mingw81_64
@@ -0,0 +1,17 @@
+[settings]
+ os=Windows
+ os_build=Windows
+ arch=x86_64
+ arch_build=x86_64
+ compiler=gcc
+ compiler.version=5
+ compiler.libcxx=libstdc++11
+ build_type=Release
+[options]
+qt6=6.0.2
+[build_requires]
+[env]
+CC=gcc
+CXX=g++
+QT_PATH=%QT_VERSION_PATH%/mingw81_64
+
diff --git a/profiles/qt/windows/6.0.2/qt-6.0.2-msvc2019_64 b/profiles/qt/windows/6.0.2/qt-6.0.2-msvc2019_64
new file mode 100644
index 0000000..b7aeef5
--- /dev/null
+++ b/profiles/qt/windows/6.0.2/qt-6.0.2-msvc2019_64
@@ -0,0 +1,13 @@
+[settings]
+ os=Windows
+ arch=x86_64
+ compiler=Visual Studio
+ compiler.version=16
+ build_type=Release
+[options]
+qt6=6.0.2
+[build_requires]
+[env]
+QT_PATH=%QT_VERSION_PATH%/msvc2019_64
+CONAN_CMAKE_GENERATOR=Ninja
+