Rename gui to cppcheck-gui.
The 'gui' as executable name is way too general. So this commit renames it to 'cppcheck-gui' which clearly says it is gui for cppcheck.
This commit is contained in:
parent
69afc0a0db
commit
b88ce77e4a
|
@ -1,5 +1,5 @@
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = gui
|
TARGET = cppcheck-gui
|
||||||
QT += xml
|
QT += xml
|
||||||
CONFIG += warn_on help
|
CONFIG += warn_on help
|
||||||
DEPENDPATH += . \
|
DEPENDPATH += . \
|
||||||
|
|
Loading…
Reference in New Issue