Re: [Development] openssl-linked include paths in Qt 5.8

2017-04-19 Thread Oswald Buddenhagen
On Tue, Apr 18, 2017 at 09:26:58PM -0400, Kuba Ober wrote: > 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 Ma

Re: [Development] openssl-linked include paths in Qt 5.8

2017-04-18 Thread Thiago A . CorrĂȘa
I have struggled with this in 5.5 and there was closed bug (no feedback) that dates back from 5.5 as well. From what I can tell nmake distclean misses something. I was able to work around this with both of these options: - Erase all source code and download/extract new fresh source tree -

[Development] openssl-linked include paths in Qt 5.8

2017-04-18 Thread Kuba Ober
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