Skip to content

Commit 0792b52

Browse files
committed
GUI: Add application icon for Windows.
1 parent 0422629 commit 0792b52

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

gui/cppcheck-gui.rc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Windows resource file
2+
IDI_ICON1 ICON DISCARDABLE "cppcheck.ico"

gui/cppcheck.ico

24.6 KB
Binary file not shown.

gui/gui.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ MOC_DIR = temp
1010
OBJECTS_DIR = temp
1111
CONFIG += warn_on debug
1212
RESOURCES = gui.qrc
13+
RC_FILE = cppcheck-gui.rc
1314

1415
# Input
1516
HEADERS += mainwindow.h \

0 commit comments

Comments
 (0)