Re: [Interest] Compile issues Qt5.5.0 with msvc2010 and openssl

2015-08-21 Thread Thiago Macieira
On Friday 21 August 2015 08:39:06 m...@rpzdesign.com wrote: > I decided against OpenSSL when they keep announcing security holes by > wayward contributors. OpenSSL is the worst of all the SSL libraries, behind only all the other alternatives. No, really, all security libraries have problems. At

Re: [Interest] Compile issues Qt5.5.0 with msvc2010 and openssl

2015-08-21 Thread m...@rpzdesign.com
ieira >>> Sent: Thursday, August 20, 2015 6:17 PM >>> To: interest@qt-project.org >>> Subject: Re: [Interest] Compile issues Qt5.5.0 with msvc2010 and openssl >>> >>> On Thursday 20 August 2015 11:20:26 Mathieu Slabbinck wrote: >>>>

Re: [Interest] Compile issues Qt5.5.0 with msvc2010 and openssl

2015-08-21 Thread Mathieu Slabbinck
heqtcompany@qt-project.org >> [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] >> On Behalf Of Thiago Macieira >> Sent: Thursday, August 20, 2015 6:17 PM >> To: interest@qt-project.org >> Subject: Re: [Interest] Compile issues Qt5.5.0 with msvc2010 and o

Re: [Interest] Compile issues Qt5.5.0 with msvc2010 and openssl

2015-08-20 Thread Koehne Kai
ubject: Re: [Interest] Compile issues Qt5.5.0 with msvc2010 and openssl > > On Thursday 20 August 2015 11:20:26 Mathieu Slabbinck wrote: > > -lGdi32" OPENSSL_LIBS_DEBUG="-lssleay32MTd -llibeay32MTd" > > OPENSSL_LIBS_RELEASE="-lssleay32MT -llibeay32MT&qu

Re: [Interest] Compile issues Qt5.5.0 with msvc2010 and openssl

2015-08-20 Thread Thiago Macieira
On Thursday 20 August 2015 11:20:26 Mathieu Slabbinck wrote: > -lGdi32" OPENSSL_LIBS_DEBUG="-lssleay32MTd -llibeay32MTd" > OPENSSL_LIBS_RELEASE="-lssleay32MT -llibeay32MT" > cl -c -FIQtXmlPatternsDepends -YuQtXmlPatternsDepends > -Fp.pch\release\Qt5XmlPatterns_pch.pch -nologo -Zc:wchar_t -arch:SSE

[Interest] Compile issues Qt5.5.0 with msvc2010 and openssl

2015-08-20 Thread Mathieu Slabbinck
Hi, I'm trying to get a static compilation of Qt with msvc2010 and Openssl (static) but I cannot seem to get it to work. I'm running this configure line: configure -static -debug-and-release -opengl desktop -no-compile-examples -nomake tools -nomake examples -nomake tests -openssl-linked -I C:\O