summaryrefslogtreecommitdiff
path: root/examples/declarative/map3d/map3d.qrc
blob: 3b5e4e1f466f7953aaa7ed391c41e0b2efb5f177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<RCC>
    <qresource prefix="/">
        <file>map3d.qml</file>
        <file>Dialog.qml</file>
        <file>common/TitleBar.qml</file>
        <file>common/Button.qml</file>
        <file>common/Slider.qml</file>
        <file>common/Menu.qml</file>
        <file>resources/button.png</file>
        <file>resources/button.sci</file>
        <file>resources/quit.png</file>
        <file>resources/titlebar.png</file>
        <file>resources/titlebar.sci</file>
        <file>resources/quit_pressed.png</file>
        <file>resources/menuItem.png</file>
        <file>resources/menuItem.sci</file>
        <file>resources/menuItem_pressed.png</file>
        <file>resources/quit_hovered.png</file>
        <file>resources/menuItem_hovered.png</file>
        <file>resources/button_pressed.png</file>
        <file>resources/button_hovered.png</file>
        <file>blinky.gif</file>
    </qresource>
</RCC>