From 6800c5916f9b06ab894cf63b217c3f88dada4c35 Mon Sep 17 00:00:00 2001 From: Teemu Holappa Date: Mon, 27 Jan 2025 10:38:43 +0200 Subject: [PATCH] Fix QtSafeRenderer MSVC static build Fixes compile error: Unknown command line option '-plugin-sql-sqlite' Pick-to: 6.8 Change-Id: I5b52552492de3efb0aa80e94ecf670539e93b09e Reviewed-by: Tarja Sundqvist --- coin/platform_configs/qtsaferenderer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/qtsaferenderer.yaml b/coin/platform_configs/qtsaferenderer.yaml index 68973bbb..39cc8a58 100644 --- a/coin/platform_configs/qtsaferenderer.yaml +++ b/coin/platform_configs/qtsaferenderer.yaml @@ -73,7 +73,7 @@ Configurations: Template: 'qtci-windows-10_22H2-x86_64-52' Compiler: 'MSVC2022' Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests'] - Configure arguments: '-release -headersclean -nomake examples -qt-zlib -static -no-icu -no-sql-mysql -no-sql-odbc -no-sql-psql -plugin-sql-sqlite -plugin-sql-odbc' + Configure arguments: '-release -headersclean -nomake examples -qt-zlib -static -no-icu -no-sql-mysql -no-sql-odbc -no-sql-psql' Environment variables: [ 'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\..', 'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',