mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
The CI uses e.g. "sccache" which is rarely used outside CI systems.
Also openssl install directories in the build profiles are specific to
CI build agents. Also headersclean option should be CI specific.
Split the current profiles in two: the CI specific profile defines only
the CI related details and includes the matching profile for the end
users.
The profile which includes other profile(s) will override the Settings
or Options if redefined.
Task-number: QTQAINFRA-4619
Change-Id: If69e8c0c283655475671fcb0ca739087cd9d2567
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
(cherry picked from commit d6fcea563f)
Reviewed-by: Toni Saario <toni.saario@qt.io>
19 lines
430 B
Plaintext
19 lines
430 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"
|
|
*:cmake_args_leaf_module=""
|
|
[build_requires]
|
|
[env]
|
|
CONAN_CMAKE_GENERATOR=Ninja
|