mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-24 05:37:45 +08:00
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>
This commit is contained in:
committed by
Iikka Eklund
parent
a4cc949b8d
commit
28920cb7b4
10
coin/conan/profiles/baseprofiles/android-arm64-clang
Normal file
10
coin/conan/profiles/baseprofiles/android-arm64-clang
Normal file
@@ -0,0 +1,10 @@
|
||||
[settings]
|
||||
os=Android
|
||||
os.api_level=8
|
||||
arch=armv8
|
||||
compiler=clang
|
||||
compiler.version=11
|
||||
compiler.libcxx=c++_shared
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
*:shared=True
|
||||
10
coin/conan/profiles/baseprofiles/android-armv7-clang
Normal file
10
coin/conan/profiles/baseprofiles/android-armv7-clang
Normal file
@@ -0,0 +1,10 @@
|
||||
[settings]
|
||||
os=Android
|
||||
os.api_level=8
|
||||
arch=armv7
|
||||
compiler=clang
|
||||
compiler.version=11
|
||||
compiler.libcxx=c++_shared
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
*:shared=True
|
||||
10
coin/conan/profiles/baseprofiles/android-x86-clang
Normal file
10
coin/conan/profiles/baseprofiles/android-x86-clang
Normal file
@@ -0,0 +1,10 @@
|
||||
[settings]
|
||||
os=Android
|
||||
os.api_level=8
|
||||
arch=x86
|
||||
compiler=clang
|
||||
compiler.version=11
|
||||
compiler.libcxx=c++_shared
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
*:shared=True
|
||||
10
coin/conan/profiles/baseprofiles/android-x86_64-clang
Normal file
10
coin/conan/profiles/baseprofiles/android-x86_64-clang
Normal file
@@ -0,0 +1,10 @@
|
||||
[settings]
|
||||
os=Android
|
||||
os.api_level=8
|
||||
arch=x86_64
|
||||
compiler=clang
|
||||
compiler.version=11
|
||||
compiler.libcxx=c++_shared
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
*:shared=True
|
||||
@@ -0,0 +1,9 @@
|
||||
[settings]
|
||||
os=Emscripten
|
||||
arch=wasm
|
||||
compiler=clang
|
||||
compiler.version=10
|
||||
compiler.libcxx=libstdc++
|
||||
build_type=Release
|
||||
[options]
|
||||
*:shared=False
|
||||
9
coin/conan/profiles/baseprofiles/linux-x86_64-gcc
Normal file
9
coin/conan/profiles/baseprofiles/linux-x86_64-gcc
Normal file
@@ -0,0 +1,9 @@
|
||||
[settings]
|
||||
os=Linux
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
compiler.version=9.3
|
||||
compiler.libcxx=libstdc++11
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
*:shared=True
|
||||
@@ -0,0 +1,9 @@
|
||||
[settings]
|
||||
os=Linux
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
compiler.version=9.3
|
||||
compiler.libcxx=libstdc++11
|
||||
build_type=Debug
|
||||
[options]
|
||||
*:shared=True
|
||||
10
coin/conan/profiles/baseprofiles/macos-ios-arm64-clang
Normal file
10
coin/conan/profiles/baseprofiles/macos-ios-arm64-clang
Normal file
@@ -0,0 +1,10 @@
|
||||
[settings]
|
||||
os=iOS
|
||||
os.version=13.0
|
||||
arch=armv8
|
||||
compiler=apple-clang
|
||||
compiler.version=11.0
|
||||
compiler.libcxx=libc++
|
||||
build_type=Release
|
||||
[options]
|
||||
*:shared=False
|
||||
10
coin/conan/profiles/baseprofiles/macos-universal-clang
Normal file
10
coin/conan/profiles/baseprofiles/macos-universal-clang
Normal file
@@ -0,0 +1,10 @@
|
||||
[settings]
|
||||
os=Macos
|
||||
os.version=11.0
|
||||
arch=x86_64
|
||||
compiler=apple-clang
|
||||
compiler.version=12.0
|
||||
compiler.libcxx=libc++
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
*:shared=True
|
||||
@@ -0,0 +1,9 @@
|
||||
[settings]
|
||||
os=Emscripten
|
||||
arch=wasm
|
||||
compiler=clang
|
||||
compiler.version=10
|
||||
compiler.libcxx=libstdc++
|
||||
build_type=Release
|
||||
[options]
|
||||
*:shared=False
|
||||
11
coin/conan/profiles/baseprofiles/windows-arm64-msvc2019_64
Normal file
11
coin/conan/profiles/baseprofiles/windows-arm64-msvc2019_64
Normal file
@@ -0,0 +1,11 @@
|
||||
[settings]
|
||||
os=Windows
|
||||
arch=armv8
|
||||
compiler=msvc
|
||||
compiler.version=19.28
|
||||
compiler.cppstd=17
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Release
|
||||
build_type=Release
|
||||
[options]
|
||||
*:shared=True
|
||||
@@ -0,0 +1,9 @@
|
||||
[settings]
|
||||
os=Emscripten
|
||||
arch=wasm
|
||||
compiler=clang
|
||||
compiler.version=10
|
||||
compiler.libcxx=libstdc++
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
*:shared=False
|
||||
9
coin/conan/profiles/baseprofiles/windows-x86_64-mingw
Normal file
9
coin/conan/profiles/baseprofiles/windows-x86_64-mingw
Normal file
@@ -0,0 +1,9 @@
|
||||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
compiler.version=11
|
||||
compiler.libcxx=libstdc++
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
*:shared=True
|
||||
11
coin/conan/profiles/baseprofiles/windows-x86_64-msvc2019_64
Normal file
11
coin/conan/profiles/baseprofiles/windows-x86_64-msvc2019_64
Normal file
@@ -0,0 +1,11 @@
|
||||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=msvc
|
||||
compiler.version=19.28
|
||||
compiler.cppstd=17
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Release
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
*:shared=True
|
||||
@@ -0,0 +1,11 @@
|
||||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=msvc
|
||||
compiler.version=19.28
|
||||
compiler.cppstd=17
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Release
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
*:shared=True
|
||||
Reference in New Issue
Block a user