Browse Source

Change for console mode, allows for console window and qDebug() output in release mode

QGC4.4
Michael Carpenter 12 years ago
parent
commit
d35a7cd792
  1. 3
      qgroundcontrol.pro

3
qgroundcontrol.pro

@ -20,7 +20,8 @@ @@ -20,7 +20,8 @@
# Qt configuration
CONFIG += qt \
thread
thread \
console
# serialport
QT += network \

Loading…
Cancel
Save