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
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]
>
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
>
-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
, 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
> -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
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
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
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
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
10 matches
Mail list logo