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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to