-----Original Message----- From: interest-bounces+jason=gocodigo....@qt-project.org [mailto:interest-bounces+jason=gocodigo....@qt-project.org] On Behalf Of Thiago Macieira Sent: Monday, September 14, 2015 11:37 PM To: interest@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@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. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest