Browse Source

fixed error with adding console (newline)

QGC4.4
Bryan Godbolt 15 years ago
parent
commit
bd8e5bf58b
  1. 2
      qgroundcontrol.pro

2
qgroundcontrol.pro

@ -18,7 +18,7 @@ TARGET = qgroundcontrol @@ -18,7 +18,7 @@ TARGET = qgroundcontrol
BASEDIR = .
BUILDDIR = build
LANGUAGE = C++
CONFIG += debug_and_release
CONFIG += debug_and_release \
console
OBJECTS_DIR = $$BUILDDIR/obj
MOC_DIR = $$BUILDDIR/moc

Loading…
Cancel
Save