From 457fd822c0779a8c6b12fb86b67a328340908d7c Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Tue, 26 Oct 2010 19:25:35 +0300 Subject: [PATCH] Update GUI build instructions for 64-bit Windows. --- readme_64-bit_Windows.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme_64-bit_Windows.txt b/readme_64-bit_Windows.txt index d330d7c23..3d67bb351 100644 --- a/readme_64-bit_Windows.txt +++ b/readme_64-bit_Windows.txt @@ -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.