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
BASEDIR = . BASEDIR = .
BUILDDIR = build BUILDDIR = build
LANGUAGE = C++ LANGUAGE = C++
CONFIG += debug_and_release CONFIG += debug_and_release \
console console
OBJECTS_DIR = $$BUILDDIR/obj OBJECTS_DIR = $$BUILDDIR/obj
MOC_DIR = $$BUILDDIR/moc MOC_DIR = $$BUILDDIR/moc

Loading…
Cancel
Save