Skip to content

Commit b88ce77

Browse files
committed
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.
1 parent 69afc0a commit b88ce77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/gui.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TEMPLATE = app
2-
TARGET = gui
2+
TARGET = cppcheck-gui
33
QT += xml
44
CONFIG += warn_on help
55
DEPENDPATH += . \

0 commit comments

Comments
 (0)