Skip to content

Commit

Permalink
Fix qtsaferenderer MSVC 2022 static build
Browse files Browse the repository at this point in the history
Change-Id: I244d66628d29f2c43766d719478df99a5b77a668
Reviewed-by: Toni Saario <[email protected]>
  • Loading branch information
Teemu Holappa committed Sep 6, 2024
1 parent e13bea5 commit 4bb8d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coin/platform_configs/qtsaferenderer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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}}',
Expand Down

0 comments on commit 4bb8d44

Please sign in to comment.