aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/samegame/samegame3/samegame3.qrc
blob: 11e4c66a5673951a3b9b2a285af61e88971d4470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<RCC>
    <qresource prefix="/qt/qml/samegame">
        <file>Button.qml</file>
        <file>Block.qml</file>
        <file>Dialog.qml</file>
        <file>samegame.qml</file>
        <file>samegame.js</file>
        <file>pics/background.jpg</file>
        <file>pics/blueStone.png</file>
        <file>pics/greenStone.png</file>
        <file>pics/redStone.png</file>
    </qresource>
</RCC>