1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-26 11:09:16 +02:00

Use OpenSSL v3 for Windows Qt6 builds

This commit is contained in:
2023-09-14 23:32:35 +02:00
parent d310399b4f
commit 1304fd5c3c
2 changed files with 11 additions and 3 deletions

View File

@ -302,8 +302,13 @@ Section "OpenSSL" SEC_OPENSSL
SectionIn RO
!ifdef QT6
File "libcrypto-3-x64.dll"
File "libssl-3-x64.dll"
!else
File "libcrypto-1_1-x64.dll"
File "libssl-1_1-x64.dll"
!endif
SectionEnd