aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shared/shared.qrc
blob: 8912c17831df882225763efeb4b93e4d63556eb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>
        <file>images/qt-logo.png</file>
        <file>images/checkmark.png</file>
    </qresource>
</RCC>