blob: ad892d785314e1faa1f122f3b36259c214ffd592 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<RCC>
<qresource prefix="/resources">
<file alias="windowicon.png">resources/windowicon.png</file>
<file>resources/document-new.png</file>
<file>resources/document-open.png</file>
<file>resources/document-save.png</file>
<file alias="configkeys">resources/configkeys</file>
<file alias="deviceoptions">resources/deviceoptions</file>
<file>resources/zoomeven.png</file>
<file>resources/zoomin.png</file>
<file>resources/zoomout.png</file>
</qresource>
<qresource prefix="/render">
<file alias="scenebg.png">resources/render/scenebg.png</file>
<file alias="albumart.png">resources/render/albumart.png</file>
<file alias="statusbar.png">resources/render/statusbar.png</file>
</qresource>
</RCC>
|