Browse Source

Merge pull request #543 from DonLakeFlyer/TeamCityInstalls

Changes to allow msbuild to build installers
QGC4.4
Don Gagne 11 years ago
parent
commit
3c5a355389
  1. 8
      qgroundcontrol.pro

8
qgroundcontrol.pro

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

Loading…
Cancel
Save