From 4d3d923ca984d62bdc033e9fd087267ee494e394 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 30 Aug 2014 09:43:39 -0700 Subject: [PATCH] Document how to build Release-only Windows build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b854bf070..a40c36063d 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Only compilation using Visual Studio 2010, 2012, and 2013 are supported. 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` +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`. To build a "Release" only build which does not contain unit tests, add the options 'CONFIG-=debug_and_release CONFIG+=release'. 5. Now open the generated `qgroundcontrol.vcxproj` file. -- GitLab