summaryrefslogtreecommitdiffstats
path: root/demos/qtdemo/qtdemo.qrc
blob: 7682ab51489920dac73a89e37ec533cd40c096f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>
        <file>MagicAnim.qml</file>
    </qresource>
</RCC>