[Interest] Qt5.5, VS2013 chain, compile warnings and linking errors

Jason Kretzer Jason at gocodigo.com
Tue Sep 15 14:31:04 CEST 2015



-----Original Message-----
From: interest-bounces+jason=gocodigo.com at qt-project.org [mailto:interest-bounces+jason=gocodigo.com at qt-project.org] On Behalf Of Thiago Macieira
Sent: Monday, September 14, 2015 11:37 PM
To: interest at qt-project.org
Subject: Re: [Interest] Qt5.5, VS2013 chain, compile warnings and linking errors

On Monday 14 September 2015 08:58:37 Jason Kretzer wrote:
> INCLUDEPATH += "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include"
> LIBS += -L"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib"
> -ladvapi32

Remove the paths to the SDKs. Those should be added to your environment by the vcvarsall.bat script.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

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

I had tried this and had the same problem with the linking.  Only adding the -luser32 at the end did it link.  



More information about the Interest mailing list