aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/samegame/samegame2/samegame2.qrc
blob: 50ed4cf815ce23b253fa877b6badf3f0fe97865a (plain)
1
2
3
4
5
6
7
8
9
10
<RCC>
    <qresource prefix="/qt/qml/samegame">
        <file>Button.qml</file>
        <file>Block.qml</file>
        <file>samegame.qml</file>
        <file>samegame.js</file>
        <file>pics/background.jpg</file>
        <file>pics/redStone.png</file>
    </qresource>
</RCC>