Browse Source

qmake try silent build

* qmake silent build

* Disable silent build on windows
QGC4.4
Daniel Agar 9 years ago
parent
commit
bf65b6c724
  1. 4
      qgroundcontrol.pro

4
qgroundcontrol.pro

@ -64,7 +64,8 @@ LinuxBuild { @@ -64,7 +64,8 @@ LinuxBuild {
CONFIG += qt \
thread \
c++11
c++11 \
silent
QT += \
concurrent \
@ -306,6 +307,7 @@ HEADERS += \ @@ -306,6 +307,7 @@ HEADERS += \
WindowsBuild {
PRECOMPILED_HEADER += src/stable_headers.h
HEADERS += src/stable_headers.h
CONFIG -= silent
}
contains(DEFINES, QGC_ENABLE_BLUETOOTH) {

Loading…
Cancel
Save