aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/dialcontrol/dialcontrol.qrc
blob: c3c8d58b669cc4b95f4f40b22b86bc5017443a2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<RCC>
    <qresource prefix="/qt/qml/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>