Browse Source

Re-added debug_and_release

QGC4.4
pixhawk 15 years ago
parent
commit
fc1eed8e49
  1. 2
      qgroundcontrol.pro

2
qgroundcontrol.pro

@ -18,7 +18,7 @@ TARGET = qgroundcontrol
BASEDIR = . BASEDIR = .
BUILDDIR = build BUILDDIR = build
LANGUAGE = C++ LANGUAGE = C++
CONFIG += release #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