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