mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-10 04:58:08 +08:00
Conan: Update build profiles
Remove mutually exclusive options.
Set the 'build_type' correctly so that it reflects the used build
Options.
Change-Id: I40b139898d722583c0fc245f3f8c60657a42d26a
Reviewed-by: Toni Saario <toni.saario@qt.io>
(cherry picked from commit 8ef536b79e)
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
compiler=gcc
|
||||
compiler.version=8.1
|
||||
compiler.libcxx=libstdc++
|
||||
build_type=Release
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
qtbase:release=yes
|
||||
qtbase:shared=yes
|
||||
qtbase:debug_and_release=yes
|
||||
qtbase:force_debug_info=yes
|
||||
@@ -20,3 +19,4 @@ qtbase:cmake_args_qtbase="-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DFEAT
|
||||
[build_requires]
|
||||
[env]
|
||||
CONAN_CMAKE_GENERATOR=Ninja
|
||||
|
||||
|
||||
Reference in New Issue
Block a user