From 65a345a0648b4b4a4754bf932578b3e0617c3fdf Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Wed, 19 Feb 2014 17:26:40 -0800 Subject: [PATCH] Changes to allow msbuild to build installers No idea why, but manipulating CONFIG inside the build file confuses msbuild command line builds. Work fine if you build from the IDE! --- qgroundcontrol.pro | 8 -------- 1 file changed, 8 deletions(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index dc53378a7..81d03c5c5 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -36,14 +36,6 @@ linux-g++ | linux-g++-64 { error(Unsupported build type) } -# Installer configuration - -installer { - CONFIG -= debug - CONFIG -= debug_and_release - CONFIG += release -} - # Setup our supported build flavors CONFIG(debug, debug|release) { -- 2.22.0