aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/samegame/shared/pics/shared.qrc
blob: 8982a9face80a211e50400b0e2192e0f420a900c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<RCC>
    <qresource prefix="/shared/pics">
        <file>background.jpg</file>
        <file>blueStar.png</file>
        <file>blueStone.png</file>
        <file>greenStar.png</file>
        <file>greenStone.png</file>
        <file>redStar.png</file>
        <file>redStone.png</file>
        <file>star.png</file>
        <file>yellowStone.png</file>
    </qresource>
</RCC>