Bo Peng wrote:
>> Oh I see, you've downloaded the new sdk.
>>
>> When the compiler uses the wrong headers, maybe it helps when you
>> disable you 2003 installation by simply renaming it:
>>
>> Microsoft Visual Studio .NET 2003 -> Microsoft Visual Studio .NET 2003---
> 
> Still no luck.
> 
> Bo
> 
> 
there is this in your command line:
"../mkspecs/win32-msvc"
but it should be win32-msvc2005!

so check if the environment variable QMAKESPEC is set to win32-msvc2005
(to list the variables just type "set",
to set use: set QMAKESPEC=win32-msvc2005)

Hope this helps,
Peter

Reply via email to