Remove "console" from CONFIG in qtcdebugger.pro

Change 7309e8bb64
caused "console" to be added to the CONFIG variable,
which resulted in qtcdebugger launching an additional
command prompt window.

Change-Id: I05c74c4ba7a4441ba2a7d3a1ad96fe3b11c74663
Task-number: QTCREATORBUG-14759
Reviewed-by: hjk <hjk@theqtcompany.com>
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Friedemann Kleint
2015-07-22 08:41:10 +02:00
parent d12bbe2178
commit 631d33de39

View File

@@ -1,5 +1,6 @@
include(../../shared/registryaccess/registryaccess.pri)
include(../../qtcreatortool.pri)
CONFIG -= console
QT += widgets
TARGET = qtcdebugger
SOURCES += main.cpp