From: Peter Lohrmann Date: Fri, 14 Jun 2013 16:11:10 +0000 (+0100) Subject: Add note about Qt and Windows 64 bits builds. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=e017c19e0e5e46585ace43abd15b83491903008e;p=apitrace Add note about Qt and Windows 64 bits builds. --- diff --git a/INSTALL.markdown b/INSTALL.markdown index c580bbc..5a74557 100644 --- a/INSTALL.markdown +++ b/INSTALL.markdown @@ -124,6 +124,10 @@ It will try to detect most required/optional dependencies automatically. When not found automatically, you can manually specify the location of the dependencies from the CMake GUI. +Qt on Windows doesn't ship with 64-bit binaries, you may want to add +`-DENABLE_GUI=FALSE` to the above cmake command line for Windows 64-bits +builds. + After you've successfully configured, you can start the build by opening the generated `build\apitrace.sln` solution file, or invoking CMake as: