summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/solarsystem/solarsystem.qrc
blob: 8a90a5eb8ad25d0ed6bac0544f39d34dce260cf5 (plain)
1
2
3
4
5
6
7
8
9
10
<RCC>
    <qresource prefix="/">
        <file alias="moon-texture.jpg">resources/moon-texture.jpg</file>
        <file alias="planet.jpg">resources/planet.jpg</file>
        <file alias="solar.fsh">resources/solar.fsh</file>
        <file alias="solar.jpg">resources/solar.jpg</file>
        <file alias="solar.vsh">resources/solar.vsh</file>
        <file alias="solar2.jpg">resources/solar2.jpg</file>
    </qresource>
</RCC>