GUI: Add application icon for Windows.

This commit is contained in:
Kimmo Varis 2009-05-28 17:54:07 +03:00
parent 04226295a0
commit 0792b52c6e
3 changed files with 3 additions and 0 deletions

2
gui/cppcheck-gui.rc Normal file
View File

@ -0,0 +1,2 @@
// Windows resource file
IDI_ICON1 ICON DISCARDABLE "cppcheck.ico"

BIN
gui/cppcheck.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -10,6 +10,7 @@ MOC_DIR = temp
OBJECTS_DIR = temp
CONFIG += warn_on debug
RESOURCES = gui.qrc
RC_FILE = cppcheck-gui.rc
# Input
HEADERS += mainwindow.h \