gui.pro: removed debug option that was added by mistake
This commit is contained in:
parent
0d5198ffb9
commit
f5f7696d7d
|
@ -1,6 +1,6 @@
|
|||
TEMPLATE = app
|
||||
TARGET = cppcheck-gui
|
||||
CONFIG += warn_on debug
|
||||
CONFIG += warn_on
|
||||
DEPENDPATH += . \
|
||||
../lib
|
||||
INCLUDEPATH += . \
|
||||
|
|
Loading…
Reference in New Issue