Browse Source

Reverting previous Installer commit

Figured out why command line builds were not working. To build Windows
release from command line you need msbuild …
/property:Configuration=Release
QGC4.4
Don Gagne 11 years ago
parent
commit
9d23583b85
  1. 9
      qgroundcontrol.pro

9
qgroundcontrol.pro

@ -36,6 +36,15 @@ linux-g++ | linux-g++-64 { @@ -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) {

Loading…
Cancel
Save