copy openssl backend plugin
This commit is contained in:
parent
8cb39d108b
commit
c3911bd0bd
1 changed files with 4 additions and 1 deletions
|
@ -171,7 +171,10 @@ windeployqt.exe --verbose 1 --no-compiler-runtime --no-translations --release rs
|
|||
cd ".."
|
||||
|
||||
# Copy OpenSSL.
|
||||
if ($is_qt_6) {
|
||||
Copy-Item -Path "$qt_path\$qt_version\$qt_arch_base\plugins\tls\qopensslbackend.dll" -Destination ".\app\tls\"
|
||||
}
|
||||
|
||||
Copy-Item -Path "$openssl_base_path\bin\libcrypto*.dll" -Destination ".\app\"
|
||||
Copy-Item -Path "$openssl_base_path\bin\libssl*.dll" -Destination ".\app\"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue