Skip to content

Commit

Permalink
Rename gui to cppcheck-gui.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kimmov committed Sep 11, 2010
1 parent 69afc0a commit b88ce77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/gui.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
TARGET = gui
TARGET = cppcheck-gui
QT += xml
CONFIG += warn_on help
DEPENDPATH += . \
Expand Down

0 comments on commit b88ce77

Please sign in to comment.