aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shared/quick_shared.qrc
blob: ea7e0fdd8971262fbe0d265753765c0cd32e27db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<RCC>
    <qresource prefix="/quick/shared">
        <file>LauncherList.qml</file>
        <file>SimpleLauncherDelegate.qml</file>
        <file>Button.qml</file>
        <file>CheckBox.qml</file>
        <file>TextField.qml</file>
        <file>images/back.png</file>
        <file>images/next.png</file>
        <file>images/checkmark.png</file>
        <file>Slider.qml</file>
        <file>images/slider_handle.png</file>
    </qresource>
</RCC>