diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 0a4a897..ea26d13 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -36,6 +36,15 @@ linux-g++ | linux-g++-64 { error(Unsupported build type) } +# Installer configuration + +installer { + CONFIG -= debug + CONFIG -= debug_and_release + CONFIG += release + message(Build Installer) +} + # Setup our supported build flavors CONFIG(debug, debug|release) {