Commit bd8e5bf5 authored by Bryan Godbolt's avatar Bryan Godbolt

fixed error with adding console (newline)

parent a21fb438
...@@ -18,7 +18,7 @@ TARGET = qgroundcontrol ...@@ -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
......
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