aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/dynamicscene/dynamicscene.qrc
blob: f354fc469a87e706c59e2b0c034310678d17d08f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<RCC>
    <qresource prefix="/qt/qml/dynamicscene">
        <file>dynamicscene.qml</file>
        <file>images/face-smile.png</file>
        <file>images/moon.png</file>
        <file>images/NOTE</file>
        <file>images/rabbit_brown.png</file>
        <file>images/rabbit_bw.png</file>
        <file>images/star.png</file>
        <file>images/sun.png</file>
        <file>images/tree_s.png</file>
        <file>GenericSceneItem.qml</file>
        <file>itemCreation.js</file>
        <file>PaletteItem.qml</file>
        <file>PerspectiveItem.qml</file>
        <file>Sun.qml</file>
    </qresource>
</RCC>