summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface/qmlsurface.qrc
blob: 665276082e8e296c0fbff6abf58e47628d336eec (plain)
1
2
3
4
5
6
7
8
9
10
<RCC>
    <qresource prefix="/qml">
        <file alias="main.qml">qml/qmlsurface/main.qml</file>
        <file alias="Button.qml">qml/qmlsurface/button.qml</file>
        <file alias="Data.qml">qml/qmlsurface/data.qml</file>
    </qresource>
    <qresource prefix="/heightmaps">
        <file alias="image">heightmap.png</file>
    </qresource>
</RCC>