diff options
author | Jani Heikkinen <[email protected]> | 2021-04-01 10:30:51 +0300 |
---|---|---|
committer | Jani Heikkinen <[email protected]> | 2021-04-12 07:02:35 +0000 |
commit | 69257144f2b87a690fcfd7ee14e37724a0d4c10c (patch) | |
tree | 960e07cea348084abfc37bfe91d9c638746cf99e | |
parent | dd39d4cf7030a56bfbc22736f3429d0e2d4cf17f (diff) |
Task-number: QTBUG-92279
Change-Id: I78e05dcb98db4f1b15abdd312978a1931a29e611
Reviewed-by: Kai Koehne <[email protected]>
-rw-r--r-- | profiles/qt/android/6.0.4/qt-6.0.4-android-armeabi-v7a | 13 | ||||
-rw-r--r-- | profiles/qt/android/6.0.4/qt-6.0.4-android-armv64_v8a | 13 | ||||
-rw-r--r-- | profiles/qt/android/6.0.4/qt-6.0.4-android-x86 | 13 | ||||
-rw-r--r-- | profiles/qt/android/6.0.4/qt-6.0.4-android-x86_64 | 13 | ||||
-rw-r--r-- | profiles/qt/boot2qt/6.0.4/qt-6.0.4-boot2qt-armv7hf | 11 | ||||
-rw-r--r-- | profiles/qt/boot2qt/6.0.4/qt-6.0.4-boot2qt-armv8 | 11 | ||||
-rw-r--r-- | profiles/qt/boot2qt/6.0.4/qt-6.0.4-boot2qt-x86_64 | 11 | ||||
-rw-r--r-- | profiles/qt/linux/6.0.4/qt-6.0.4-gcc-x86_64 | 13 | ||||
-rw-r--r-- | profiles/qt/macos/6.0.4/qt-6.0.4-macx-clang | 13 | ||||
-rw-r--r-- | profiles/qt/macos/6.0.4/qt-6.0.4-macx-ios | 14 | ||||
-rw-r--r-- | profiles/qt/windows/6.0.4/qt-6.0.4-mingw81_64 | 17 | ||||
-rw-r--r-- | profiles/qt/windows/6.0.4/qt-6.0.4-msvc2019_64 | 13 |
12 files changed, 155 insertions, 0 deletions
diff --git a/profiles/qt/android/6.0.4/qt-6.0.4-android-armeabi-v7a b/profiles/qt/android/6.0.4/qt-6.0.4-android-armeabi-v7a new file mode 100644 index 0000000..4f625d0 --- /dev/null +++ b/profiles/qt/android/6.0.4/qt-6.0.4-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.4 +[build_requires] +[env] +QT_PATH=%QT_VERSION_PATH%/android_armv7 diff --git a/profiles/qt/android/6.0.4/qt-6.0.4-android-armv64_v8a b/profiles/qt/android/6.0.4/qt-6.0.4-android-armv64_v8a new file mode 100644 index 0000000..7774abf --- /dev/null +++ b/profiles/qt/android/6.0.4/qt-6.0.4-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.4 +[build_requires] +[env] +QT_PATH=%QT_VERSION_PATH%/android_arm64_v8a diff --git a/profiles/qt/android/6.0.4/qt-6.0.4-android-x86 b/profiles/qt/android/6.0.4/qt-6.0.4-android-x86 new file mode 100644 index 0000000..98bb41c --- /dev/null +++ b/profiles/qt/android/6.0.4/qt-6.0.4-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.4 +[build_requires] +[env] +QT_PATH=%QT_VERSION_PATH%/android_x86 diff --git a/profiles/qt/android/6.0.4/qt-6.0.4-android-x86_64 b/profiles/qt/android/6.0.4/qt-6.0.4-android-x86_64 new file mode 100644 index 0000000..1e45e1f --- /dev/null +++ b/profiles/qt/android/6.0.4/qt-6.0.4-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.4 +[build_requires] +[env] +QT_PATH=%QT_VERSION_PATH%/android_x86_64 diff --git a/profiles/qt/boot2qt/6.0.4/qt-6.0.4-boot2qt-armv7hf b/profiles/qt/boot2qt/6.0.4/qt-6.0.4-boot2qt-armv7hf new file mode 100644 index 0000000..2b82b85 --- /dev/null +++ b/profiles/qt/boot2qt/6.0.4/qt-6.0.4-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.4 +[build_requires] +[env] diff --git a/profiles/qt/boot2qt/6.0.4/qt-6.0.4-boot2qt-armv8 b/profiles/qt/boot2qt/6.0.4/qt-6.0.4-boot2qt-armv8 new file mode 100644 index 0000000..608aa04 --- /dev/null +++ b/profiles/qt/boot2qt/6.0.4/qt-6.0.4-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.4 +[build_requires] +[env] diff --git a/profiles/qt/boot2qt/6.0.4/qt-6.0.4-boot2qt-x86_64 b/profiles/qt/boot2qt/6.0.4/qt-6.0.4-boot2qt-x86_64 new file mode 100644 index 0000000..63d6bc4 --- /dev/null +++ b/profiles/qt/boot2qt/6.0.4/qt-6.0.4-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.4 +[build_requires] +[env] diff --git a/profiles/qt/linux/6.0.4/qt-6.0.4-gcc-x86_64 b/profiles/qt/linux/6.0.4/qt-6.0.4-gcc-x86_64 new file mode 100644 index 0000000..312ed34 --- /dev/null +++ b/profiles/qt/linux/6.0.4/qt-6.0.4-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.4 +[build_requires] +[env] +QT_PATH=%QT_VERSION_PATH%/gcc_64 + diff --git a/profiles/qt/macos/6.0.4/qt-6.0.4-macx-clang b/profiles/qt/macos/6.0.4/qt-6.0.4-macx-clang new file mode 100644 index 0000000..263bb64 --- /dev/null +++ b/profiles/qt/macos/6.0.4/qt-6.0.4-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.4 +[build_requires] +[env] +QT_PATH=%QT_VERSION_PATH%/clang_64 + diff --git a/profiles/qt/macos/6.0.4/qt-6.0.4-macx-ios b/profiles/qt/macos/6.0.4/qt-6.0.4-macx-ios new file mode 100644 index 0000000..ee35ae0 --- /dev/null +++ b/profiles/qt/macos/6.0.4/qt-6.0.4-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.4 +[build_requires] +[env] +QT_PATH=%QT_VERSION_PATH%/ios + diff --git a/profiles/qt/windows/6.0.4/qt-6.0.4-mingw81_64 b/profiles/qt/windows/6.0.4/qt-6.0.4-mingw81_64 new file mode 100644 index 0000000..8eb6eb4 --- /dev/null +++ b/profiles/qt/windows/6.0.4/qt-6.0.4-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.4 +[build_requires] +[env] +CC=gcc +CXX=g++ +QT_PATH=%QT_VERSION_PATH%/mingw81_64 + diff --git a/profiles/qt/windows/6.0.4/qt-6.0.4-msvc2019_64 b/profiles/qt/windows/6.0.4/qt-6.0.4-msvc2019_64 new file mode 100644 index 0000000..bad9581 --- /dev/null +++ b/profiles/qt/windows/6.0.4/qt-6.0.4-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.4 +[build_requires] +[env] +QT_PATH=%QT_VERSION_PATH%/msvc2019_64 +CONAN_CMAKE_GENERATOR=Ninja + |