From 8b6854c1db7a36b5c05b7f00aec6d7729451ff86 Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Wed, 20 Nov 2024 16:52:42 -0500 Subject: [PATCH] Include qopensslbackend.dll with Windows package --- app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index c63aaa24..00c8d66c 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -286,7 +286,7 @@ set(deploy_tool_options_arg "") if(APPLE) set(deploy_tool_options_arg -hardened-runtime) elseif(WIN32) - set(deploy_tool_options_arg --no-compiler-runtime --release) + set(deploy_tool_options_arg --no-compiler-runtime -force_openssl --release) endif() qt_generate_deploy_qml_app_script(