aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/dialcontrol/dialcontrol.qrc
blob: 6433d68bb89a12c02252adaf0469c58d9553a1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<RCC>
    <qresource prefix="/">
        <file>dialcontrol.qml</file>
        <file>content/background.png</file>
        <file>content/Dial.qml</file>
        <file>content/needle_shadow.png</file>
        <file>content/needle.png</file>
        <file>content/overlay.png</file>
        <file>content/quit.png</file>
        <file>content/QuitButton.qml</file>
    </qresource>
</RCC>