rockbox/utils/themeeditor/resources.qrc
Robert Bieber 8a23b8eb1e Theme Editor: Added the built-in font to the project resources
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27300 a1c6a512-1295-4272-9138-f99709370657
2010-07-05 20:58:06 +00:00

21 lines
946 B
Text

<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>
<qresource prefix="/fonts">
<file alias="08-Schumacher-Clean.fnt">resources/fonts/08-Schumacher-Clean.fnt</file>
</qresource>
</RCC>