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