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