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