rockbox/utils/themeeditor/resources.qrc
Robert Bieber 02c377469a Theme Editor: Continuing work on rendering, skin preview will now show backdrop or background color depending on config file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26900 a1c6a512-1295-4272-9138-f99709370657
2010-06-17 20:44:11 +00:00

12 lines
439 B
Text

<RCC>
<qresource prefix="/resources">
<file>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>
</qresource>
<qresource prefix="/render">
<file alias="scenebg.png">resources/render/scenebg.png</file>
</qresource>
</RCC>