summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/scene_animations/scene_animations.qrc
blob: b5471f1d0c9934b8d2bc2223923c33e28f51ecb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<RCC>
    <qresource prefix="/images">
        <file>stonewal.jpg</file>
    </qresource>
    <qresource prefix="/models">
        <file>cube_2rotations_angles_text.x</file>
        <file>cube_rotated.dae</file>
        <file>brick.dae</file>
        <file>scale.dae</file>
        <file>rotate.dae</file>
        <file>translate.dae</file>
        <file>scale_rotate_translate.dae</file>
    </qresource>
</RCC>