Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
4.6.3
-
None
-
Windows OpenSSL 1.0.0
Description
OpenSSL 1.0.0 requires crypt32.lib and gdi32.lib to be compiled on windows. Adding win32:LIBS += -lcrypt32 -lgdi32 in src/network/ssl/ssl.pri fix this issue.