Update GUI build instructions for 64-bit Windows.

This commit is contained in:
Kimmo Varis 2010-10-26 19:25:35 +03:00
parent a3a36590c5
commit 457fd822c0
1 changed files with 3 additions and 2 deletions

View File

@ -50,5 +50,6 @@ Turns out you just need to use Windows SDK's Command prompt and 64-bit
environment to configure and build Qt. No extra steps needed. But of course you
should build 64-bit Qt to different folder than 32-bit Qt.
64-bit CppCheck GUI must also be build from Windows SDK Command prompt. I have
not yet succeeded in building 64-bit GUI from Visual Studio IDE.
Compiling 64-bit GUI works fine from Windows SDK Console. But seems there is no
easy way to make it work with VS 2008 Express IDE. With VS2010 Express IDE
everything works fine after adding new x64 platform for the project.