blob: c18420f29c802dfac0dd76bdab7409410fb40ec4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<RCC>
<qresource prefix="/">
<file>xml/examples.xml</file>
<file>images/qtlogo_small.png</file>
<file>images/trolltech-logo.png</file>
<file>images/demobg.png</file>
</qresource>
<qresource prefix="/qml" lang="qml">
<file>qmlShell.qml</file>
</qresource>
</RCC>
|