GUI: Add application icon for Windows.
This commit is contained in:
parent
04226295a0
commit
0792b52c6e
|
@ -0,0 +1,2 @@
|
||||||
|
// Windows resource file
|
||||||
|
IDI_ICON1 ICON DISCARDABLE "cppcheck.ico"
|
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
|
@ -10,6 +10,7 @@ MOC_DIR = temp
|
||||||
OBJECTS_DIR = temp
|
OBJECTS_DIR = temp
|
||||||
CONFIG += warn_on debug
|
CONFIG += warn_on debug
|
||||||
RESOURCES = gui.qrc
|
RESOURCES = gui.qrc
|
||||||
|
RC_FILE = cppcheck-gui.rc
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
HEADERS += mainwindow.h \
|
HEADERS += mainwindow.h \
|
||||||
|
|
Loading…
Reference in New Issue