From f805be538205493b8e45e882fd013aaa13c05f3f Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Fri, 9 Feb 2018 15:42:48 +0100 Subject: 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 --- src/network/configure.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/network/configure.json') diff --git a/src/network/configure.json b/src/network/configure.json index 89bb1efffa..4cbc476837 100644 --- a/src/network/configure.json +++ b/src/network/configure.json @@ -75,6 +75,10 @@ "libs": "-lssleay32 -llibeay32", "condition": "config.win32 && features.shared" }, + { + "libs": "-llibssl -llibcrypto", + "condition": "config.win32" + }, { "libs": "-lssl -lcrypto", "condition": "!config.win32" } ] } -- cgit v1.2.3