mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-01 11:17:27 +08:00
Add Conan profiles
Create conan profile per packaging configuration. Profiles will carry configuration information to the builds conan does. Profiles allow users to replicate identical configurations to the packaging configurations and reuse existing binaries. Change-Id: I50a2a4edbedbf56774bd4ceaae268928f8ed00e0 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
committed by
Toni Saario
parent
4d617e24ee
commit
d68e108b94
17
coin/conan/profiles/linux-developer-x86_64-gcc
Normal file
17
coin/conan/profiles/linux-developer-x86_64-gcc
Normal file
@@ -0,0 +1,17 @@
|
||||
[settings]
|
||||
os=Linux
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
compiler.version=9.3
|
||||
compiler.libcxx=libstdc++11
|
||||
build_type=Release
|
||||
[options]
|
||||
*:release=yes
|
||||
*:shared=yes
|
||||
*:nomake=tests;examples
|
||||
*:developer_build=yes
|
||||
*:cmake_args_qtbase="-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache"
|
||||
*:cmake_args_leaf_module="-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache"
|
||||
[build_requires]
|
||||
[env]
|
||||
CONAN_CMAKE_GENERATOR=Ninja
|
||||
Reference in New Issue
Block a user