aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/flipable/flipable.qrc
blob: a8056e45f999e487c4a5076992c14ec1db4985f7 (plain)
1
2
3
4
5
6
7
8
9
<RCC>
    <qresource prefix="/qt/qml/flipable">
        <file>flipable.qml</file>
        <file>5_heart.png</file>
        <file>9_club.png</file>
        <file>back.png</file>
        <file>Card.qml</file>
    </qresource>
</RCC>