Well, one useful thing is to run configure inside the Visual Studio command line. This should be available in the Visual Studio Start Menu group in Visual Studio Tools.
Also now, when you run configure, you do not need to specify the target platform, because it will be set as an environment variable using the VS command line.
I got errors from configure and nmake when I did not use VS Command Prompt, and after switching I had no problems.
Thus, simple instructions:
1) open the command line VS
2) go to the qt folder where the configure.exe file is located.
3) configure
4) nmake
Chris cameron
source share