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

Thiago Macieira thiago.macieira at intel.com
Thu Aug 20 18:16:33 CEST 2015


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:SSE2
> -O2 -MD -EHsc -GR -W3 -w34100 -w34189 -w44996 -DUNICODE -DWIN32

You're building code with -MD and linking an MT library. You cannot do that.

Choose one only: -MT or -MD.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list