aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_wasm.yaml
diff options
context:
space:
mode:
authorDavid Skoland <david.skoland@qt.io>2022-10-18 15:26:02 +0200
committerDavid Skoland <david.skoland@qt.io>2022-12-20 11:00:17 +0100
commitd9fd5bfa012a4ddbc130bd869d3f07a00e611b1e (patch)
treee65b6d5f81d0888a503be71cb208fffabc1e55a2 /coin/platform_configs/cmake_platforms_wasm.yaml
parenteb0dd02a4a35a1c18b8df68cd0e5a4b59bdbbb3a (diff)
Cleanup webassembly-linux-thread-asyncify config
Remove explicit references to sccache and use more basic configure options. Change-Id: If046b003fff1bd6c1bb7b120fba11ca067b0eb86 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'coin/platform_configs/cmake_platforms_wasm.yaml')
-rw-r--r--coin/platform_configs/cmake_platforms_wasm.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/coin/platform_configs/cmake_platforms_wasm.yaml b/coin/platform_configs/cmake_platforms_wasm.yaml
index 6ab2850c..cbf5ac37 100644
--- a/coin/platform_configs/cmake_platforms_wasm.yaml
+++ b/coin/platform_configs/cmake_platforms_wasm.yaml
@@ -6,11 +6,12 @@ Configurations:
Target os: 'WebAssembly'
Compiler: 'GCC'
Platform dependency: 'OpenSUSE-15.4-host'
- Features: ['Sccache', 'DisableTests']
+ Features: ['Sccache', 'DisableTests', 'UseConfigure']
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 -DFEATURE_thread=ON -DQT_QMAKE_DEVICE_OPTIONS="QT_EMSCRIPTEN_ASYNCIFY=1"',
- 'NON_QTBASE_TARGET_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache']
+ "TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples -feature-thread \
+ -DQT_QMAKE_DEVICE_OPTIONS=\"QT_EMSCRIPTEN_ASYNCIFY=1\""
+ ]
-
Id: 'webassembly-windows'
Template: 'qtci-windows-10_22H2-x86_64-50'