summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface/qmlsurface.qrc
blob: d0745b94ae34db92ce5fb8400d7d2e13bb4c244a (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="Data.qml">qml/qmlsurface/data.qml</file>
        <file alias="NewButton.qml">qml/qmlsurface/newbutton.qml</file>
    </qresource>
    <qresource prefix="/heightmaps">
        <file alias="image">heightmap.png</file>
    </qresource>
</RCC>