copy openssl backend plugin
This commit is contained in:
parent
bd199c8f42
commit
8cb39d108b
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ windeployqt.exe --verbose 1 --no-compiler-runtime --no-translations --release rs
|
|||
cd ".."
|
||||
|
||||
# Copy OpenSSL.
|
||||
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