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

2015-09-17 Thread Thiago Macieira
On Thursday 17 September 2015 14:59:57 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 -luser32 > > I then manually ran CLEAN, QMAKE, Rebuild. Remove the full pat

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

2015-09-17 Thread Jason Kretzer
er Cc: Koehne Kai; Gunnar Roth; interest@qt-project.org Subject: Re: [Interest] Qt5.5, VS2013 chain, compile warnings and linking errors On 15 September 2015 at 20:32, Jason Kretzer wrote: > > > -Original Message- > From: Koehne Kai [mailto:kai.koe...@theqtcompany.com] >

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

2015-09-15 Thread Sze Howe Koh
est] Qt5.5, VS2013 chain, compile warnings and linking > errors > > >> -Original Message- >> [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] >> On Behalf Of Gunnar Roth >> Subject: Re: [Interest] Qt5.5, VS2013 chain, compile warnings and >

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

2015-09-15 Thread Jason Kretzer
-Original Message- From: Koehne Kai [mailto:kai.koe...@theqtcompany.com] Sent: Tuesday, September 15, 2015 4:36 AM To: Gunnar Roth; Jason Kretzer Cc: interest@qt-project.org Subject: RE: [Interest] Qt5.5, VS2013 chain, compile warnings and linking errors > -Original Mess

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

2015-09-15 Thread Jason Kretzer
, 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

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

2015-09-15 Thread Koehne Kai
> -Original Message- > [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] On > Behalf Of Gunnar Roth > Subject: Re: [Interest] Qt5.5, VS2013 chain, compile warnings and linking > errors > > I hardy believe Windows v7.1A sdk is going to work with VS

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

2015-09-14 Thread Thiago Macieira
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

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

2015-09-14 Thread Jason Kretzer
My apologies but the answer was a simple one: LIBS += -L"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib" -ladvapi32 -luser32 I completely forgot to link the user32.lib. -Jason From: Jason Kretzer Sent: Monday, September 14, 2015 11:59 AM To: interest@qt-project.org Subject: Qt5.5, VS20

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

2015-09-14 Thread Gunnar Roth
I hardy believe Windows v7.1A sdk is going to work with VS2013. AFAIK VS 2013 RTM includes the Windows Software Development Kit (SDK) forWindows 8.1 Why don’t you just remove the old sdks patches from your .pro file and retry? regards, Gunnar Roth > Am 14.09.2015 um 17:58 schrieb Jason Kretzer

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

2015-09-14 Thread Jason Kretzer
I have been searching for an answer to this but no luck as yet. Using Qt5.5 32bit, VS2013 on Win8 64bit My .pro file contains this: INCLUDEPATH += "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include" LIBS += -L"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib" -ladvapi32 I have c