From bd8e5bf58bd0b7d576ca0feb84bce9b1221bfd38 Mon Sep 17 00:00:00 2001 From: Bryan Godbolt Date: Tue, 14 Sep 2010 09:25:13 -0600 Subject: [PATCH] fixed error with adding console (newline) --- qgroundcontrol.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index fd2a329d5..360049025 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -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 -- 2.22.0