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:
Kimmo Varis 2010-09-11 12:15:46 +03:00
parent 69afc0a0db
commit b88ce77e4a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
TEMPLATE = app
TARGET = gui
TARGET = cppcheck-gui
QT += xml
CONFIG += warn_on help
DEPENDPATH += . \