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
|
||||
TARGET = gui
|
||||
TARGET = cppcheck-gui
|
||||
QT += xml
|
||||
CONFIG += warn_on help
|
||||
DEPENDPATH += . \
|
||||
|
|
Loading…
Reference in New Issue