added icon for systray menu

This commit is contained in:
Steffen Vogel 2015-02-10 00:40:04 +01:00
parent 0798e7eeb7
commit 2462067b18
4 changed files with 8 additions and 0 deletions

BIN
graphics/libqt-omd.xcf Normal file

Binary file not shown.

5
test/images.qrc Normal file
View file

@ -0,0 +1,5 @@
<RCC>
<qresource prefix="/icon">
<file>libqt-omd_bw.png</file>
</qresource>
</RCC>

BIN
test/libqt-omd_bw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -25,3 +25,6 @@ INCLUDEPATH += $$PWD/../libqt-omd
DEPENDPATH += $$PWD/../libqt-omd
CONFIG += c++11
RESOURCES += \
images.qrc