mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-23 06:41:06 +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)
19 lines
577 B
Plaintext
19 lines
577 B
Plaintext
[settings]
|
|
os=Emscripten
|
|
arch=wasm
|
|
compiler=clang
|
|
compiler.version=10
|
|
compiler.libcxx=libstdc++
|
|
build_type=RelWithDebInfo
|
|
[options]
|
|
qtbase:release=yes
|
|
qtbase:shared=no
|
|
qtbase:qt_host_path=$QT_HOST_PATH
|
|
qtbase:nomake=examples;tests
|
|
qtbase:force_debug_info=yes
|
|
qtbase:cmake_args_qtbase="-DQT_QMAKE_TARGET_MKSPEC=wasm-emscripten -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
|