Fix configure.json (OpenSSL 1.1 on Windows)
Since 1.1 lib names are similar to what they have on other platforms, that is: libssl and libcrypto. Task-number: QTBUG-62733 Change-Id: I477899433719fe36104491601d8cb71004b265ae Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>bb10
parent
96e3985963
commit
f805be5382
|
|
@ -75,6 +75,10 @@
|
|||
"libs": "-lssleay32 -llibeay32",
|
||||
"condition": "config.win32 && features.shared"
|
||||
},
|
||||
{
|
||||
"libs": "-llibssl -llibcrypto",
|
||||
"condition": "config.win32"
|
||||
},
|
||||
{ "libs": "-lssl -lcrypto", "condition": "!config.win32" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue