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
Timur Pocheptsov 2018-02-09 15:42:48 +01:00
parent 96e3985963
commit f805be5382
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@
"libs": "-lssleay32 -llibeay32",
"condition": "config.win32 && features.shared"
},
{
"libs": "-llibssl -llibcrypto",
"condition": "config.win32"
},
{ "libs": "-lssl -lcrypto", "condition": "!config.win32" }
]
}