I followed the instructions on this site and have not had any problems using Qt with MSVC...
http://qtnode.net/wiki?title=Qt4_with_Visual_Studio
hope this helps,
Jonathan
I followed the instructions on this site and have not had any problems using Qt with MSVC...
http://qtnode.net/wiki?title=Qt4_with_Visual_Studio
hope this helps,
Jonathan
environment variables:
set INCLUDE=C:\Programme\Microsoft Visual Studio 8\VC\include;C:\Programme\Microsoft Platform SDK for Windows Server 2003 R2\Include
set LIB=C:\Programme\Microsoft Visual Studio 8\VC\lib;C:\Programme\Microsoft Platform SDK for Windows Server 2003 R2\Lib
everything seems to work when I enter that in the command prompt before running the qconfigure (see my link above).
Bookmarks