summaryrefslogtreecommitdiff
path: root/src/tools/qml2puppet/qmlpuppet.qrc
blob: 7ec26950034ea47aeb5bc8a01894fb694518e1dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<RCC>
    <qresource prefix="/qtquickplugin">
        <file>images/template_image.png</file>
        <file>html/welcome.html</file>
        <file>images/webkit.png</file>
        <file>images/non-visual-component.png</file>
        <file>images/non-visual-component@2x.png</file>
        <file>mockfiles/Window.qml</file>
        <file>mockfiles/SwipeView.qml</file>
        <file>mockfiles/GenericBackend.qml</file>
        <file>mockfiles/Dialog.qml</file>
        <file>mockfiles/ToolBarButton.qml</file>
        <file>mockfiles/ToggleButton.qml</file>
    </qresource>
    <qresource prefix="/runner">
        <file>runnerconf/qmlruntime/default.qml</file>
        <file>runnerconf/qmlruntime/content/resizeItemToWindow.qml</file>
        <file>runnerconf/qmlruntime/content/resizeWindowToItem.qml</file>
    </qresource>
</RCC>