1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

win: update OpenSSL dependencies

This commit is contained in:
U-BAMS\philippe.renon 2022-08-18 20:59:06 +02:00
parent 9d7c35f567
commit 184631120f

View File

@ -96,8 +96,8 @@ win32 {
# copy OpenSSL DLLs
OPENSSL_DLLS = \
ssleay32.dll \
libeay32.dll
libcrypto-1_1-x64.dll \
libssl-1_1-x64.dll
for(dll, OPENSSL_DLLS) {
addCopyFileTarget($${dll},$$[QT_INSTALL_BINS],$${GCS_APP_PATH})