[Development] openssl-linked include paths in Qt 5.8

Kuba Ober kuba at mareimbrium.org
Wed Apr 19 03:26:58 CEST 2017


When I build 5.8 configured with -static -openssl-linked -I c:\path\to\openssl\include -L c:\path...\lib etc., the OpenSSL configure test passes, but building the network code fails since the include path never makes it to the Makefile (for nmake). Adding QMAKE_INCDIR+=c:\path...\include doesn't help. Am I missing something, or is this a bug? OPENSSL_PATH also seems to be a no-op.

Thanks, Kuba Ober


More information about the Development mailing list