aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_wasm.yaml
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@qt.io>2021-04-08 11:58:23 +0300
committerToni Saario <toni.saario@qt.io>2021-09-06 13:58:10 +0300
commitd68e108b94a5e202bbdb2e2bb034809951032e8f (patch)
tree15eb28c77cdb4982f8a21cb32629a77ca0e9caa6 /coin/platform_configs/cmake_platforms_wasm.yaml
parent4d617e24eebbff8cfe32f8dc8aed9e78ab55cdce (diff)
Add Conan profiles
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>
Diffstat (limited to 'coin/platform_configs/cmake_platforms_wasm.yaml')
-rw-r--r--coin/platform_configs/cmake_platforms_wasm.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/coin/platform_configs/cmake_platforms_wasm.yaml b/coin/platform_configs/cmake_platforms_wasm.yaml
index 0915bac5..44cd5798 100644
--- a/coin/platform_configs/cmake_platforms_wasm.yaml
+++ b/coin/platform_configs/cmake_platforms_wasm.yaml
@@ -32,4 +32,7 @@ Configurations:
Environment variables: [
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
'TARGET_CONFIGURE_ARGS=-DQT_QMAKE_TARGET_MKSPEC=wasm-emscripten -DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache',
- 'NON_QTBASE_TARGET_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache']
+ 'NON_QTBASE_TARGET_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache',
+ 'CONAN_HOST_PROFILE=coin/conan/profiles/linux-developer-x86_64-gcc',
+ 'CONAN_PROFILE=coin/conan/profiles/linux-webassembly-x86_64-gcc'
+ ]