Commit bf65b6c7 authored by Daniel Agar's avatar Daniel Agar

qmake try silent build

* qmake silent build

* Disable silent build on windows
parent b33ed239
......@@ -64,7 +64,8 @@ LinuxBuild {
CONFIG += qt \
thread \
c++11
c++11 \
silent
QT += \
concurrent \
......@@ -306,6 +307,7 @@ HEADERS += \
WindowsBuild {
PRECOMPILED_HEADER += src/stable_headers.h
HEADERS += src/stable_headers.h
CONFIG -= silent
}
contains(DEFINES, QGC_ENABLE_BLUETOOTH) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment