blob: 27d808c240c8e14680facb5cc6a865ee6fd34bfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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>
</qresource>
<qresource prefix="/render">
<file alias="scenebg.png">resources/render/scenebg.png</file>
</qresource>
</RCC>
|