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:
parent
9d7c35f567
commit
184631120f
@ -96,8 +96,8 @@ win32 {
|
|||||||
|
|
||||||
# copy OpenSSL DLLs
|
# copy OpenSSL DLLs
|
||||||
OPENSSL_DLLS = \
|
OPENSSL_DLLS = \
|
||||||
ssleay32.dll \
|
libcrypto-1_1-x64.dll \
|
||||||
libeay32.dll
|
libssl-1_1-x64.dll
|
||||||
|
|
||||||
for(dll, OPENSSL_DLLS) {
|
for(dll, OPENSSL_DLLS) {
|
||||||
addCopyFileTarget($${dll},$$[QT_INSTALL_BINS],$${GCS_APP_PATH})
|
addCopyFileTarget($${dll},$$[QT_INSTALL_BINS],$${GCS_APP_PATH})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user