From 9a8ca0915e1930a8755b8a46fee7cb91a12887a1 Mon Sep 17 00:00:00 2001 From: Kynos Date: Sat, 19 Jul 2014 13:36:15 +0200 Subject: [PATCH] Describe which Qt variant to choose for a Windows build --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f33a37a4f..868bbade2d 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,9 @@ Only compilation using Visual Studio 2010, 2012, and 2013 are supported. * If installing VS2010, make sure to install Service Pack 1, which fixes a linking error: . 2. Download and install the Qt 5.3 libraries for your version of Visual Studio from here: + * The Qt variant should be 32 bit (not 64) and include opengl. For Visual Studio 2013, this could be qt-opensource-windows-x86-msvc2013_opengl-5.3.1.exe for example. -3. **[OPTIONAL]** Go to the QGroundControl folder and then to thirdParty/libxbee and build it following the instructions in win32.README +3. **[OPTIONAL]** Go to the QGroundControl folder and then to libs/thirdParty/libxbee and build it following the instructions in win32.README.txt 4. Open the Qt Command Prompt program from the Start Menu, navigate to the source folder of QGroundControl, and create the Visual Studio project by typing `qmake -tp vc qgroundcontrol.pro` -- GitLab