mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-02 03:36:54 +08:00
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>
18 lines
468 B
Plaintext
18 lines
468 B
Plaintext
[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
|