aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_wasm.yaml
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-07 12:42:19 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-20 11:32:52 +0200
commit8214de5e0e7db62c6b9cff7429e521d84dae3c60 (patch)
tree2022f22d6820325b43a40c78aeb1b4f3a2cc9c93 /coin/platform_configs/cmake_platforms_wasm.yaml
parent4e59702b14cec22e8bead919aaecd7d76dbdcd17 (diff)
Remove conan profiles
The conan experiment has ended, and the files are only bitrotting nowadays. Pick-to: 6.5 6.6 Change-Id: Iefdc6fa1a48bb4062b15cf035f372a2d44bddda9 Reviewed-by: Toni Saario <toni.saario@qt.io>
Diffstat (limited to 'coin/platform_configs/cmake_platforms_wasm.yaml')
-rw-r--r--coin/platform_configs/cmake_platforms_wasm.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/coin/platform_configs/cmake_platforms_wasm.yaml b/coin/platform_configs/cmake_platforms_wasm.yaml
index 6104f3e2..ce7212af 100644
--- a/coin/platform_configs/cmake_platforms_wasm.yaml
+++ b/coin/platform_configs/cmake_platforms_wasm.yaml
@@ -25,9 +25,7 @@ Configurations:
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
'TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples',
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
- 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_pkg_config=OFF -DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH={{.Env.Protobuf_ROOT_mingw}}',
- 'CONAN_HOST_PROFILE=coin/conan/profiles/ci-windows-x86_64-mingw',
- 'CONAN_PROFILE=coin/conan/profiles/ci-windows-webassembly-x86_64-clang',
+ 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_pkg_config=OFF -DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH={{.Env.Protobuf_ROOT_mingw}}'
]
-
Id: 'webassembly-macos-thread'