added icon for systray menu
This commit is contained in:
parent
0798e7eeb7
commit
2462067b18
4 changed files with 8 additions and 0 deletions
BIN
graphics/libqt-omd.xcf
Normal file
BIN
graphics/libqt-omd.xcf
Normal file
Binary file not shown.
5
test/images.qrc
Normal file
5
test/images.qrc
Normal 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
BIN
test/libqt-omd_bw.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -25,3 +25,6 @@ INCLUDEPATH += $$PWD/../libqt-omd
|
|||
DEPENDPATH += $$PWD/../libqt-omd
|
||||
|
||||
CONFIG += c++11
|
||||
|
||||
RESOURCES += \
|
||||
images.qrc
|
||||
|
|
Loading…
Add table
Reference in a new issue