Add all library dependencies for static OpenSSL builds on Windows
Static builds of OpenSSL can now be linked with -openssl-linked without passing additional library dependencies like user32 or advapi32. Fixes: QTBUG-73205 Change-Id: I66c13096b0a1466c1e6dfbd014123e18655270e6 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
parent
d6d80ff2e9
commit
90959f7080
@ -84,11 +84,11 @@
|
||||
"sources": [
|
||||
{ "type": "openssl" },
|
||||
{
|
||||
"libs": "-lssleay32 -llibeay32",
|
||||
"libs": "-lssleay32 -llibeay32 -lUser32 -lWs2_32 -lAdvapi32 -lGdi32",
|
||||
"condition": "config.win32"
|
||||
},
|
||||
{
|
||||
"libs": "-llibssl -llibcrypto",
|
||||
"libs": "-llibssl -llibcrypto -lUser32 -lWs2_32 -lAdvapi32 -lCrypt32",
|
||||
"condition": "config.msvc"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user