aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/samegame/samegame3/samegame3.qrc
blob: 16c90b45160bf0373e5fab9dfda393321b307893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<RCC>
    <qresource prefix="/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>