mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
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)
23 lines
773 B
Plaintext
23 lines
773 B
Plaintext
[settings]
|
|
os=Macos
|
|
os.version=11.0
|
|
arch=x86_64
|
|
compiler=apple-clang
|
|
compiler.version=12.0
|
|
compiler.libcxx=libc++
|
|
build_type=RelWithDebInfo
|
|
[options]
|
|
qtbase:release=yes
|
|
qtbase:shared=yes
|
|
qtbase:nomake=examples;tests
|
|
qtbase:force_debug_info=yes
|
|
qtbase:separate_debug_info=yes
|
|
qtbase:headersclean=yes
|
|
qtbase:framework=yes
|
|
qtbase:cmake_args_qtbase='-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DODBC_ROOT=/usr/local/opt/libiodbc -DPostgreSQL_ROOT=$POSTGRESQLBINPATH/..'
|
|
*:cmake_args_leaf_module="-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache"
|
|
[build_requires]
|
|
[env]
|
|
CONAN_CMAKE_GENERATOR=Ninja
|
|
|