aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shared/shared.qrc
blob: 0b574ac8797d799d87085f87576b40943bc89c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>images/back.png</file>
        <file>images/next.png</file>
    </qresource>
</RCC>