summaryrefslogtreecommitdiffstats
path: root/examples/declarative/mapviewer/mapviewer.qrc
blob: d5aae7929ce3400248251fab5ec37ec7c236da21 (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
25
26
27
28
29
30
<RCC>
    <qresource prefix="/">
        <file>mapviewer.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>Message.qml</file>
        <file>common/Fader.qml</file>
        <file>RouteDialog.qml</file>
        <file>TextWithLabel.qml</file>
        <file>resources/option_button_selected.png</file>
        <file>resources/option_button.png</file>
        <file>MapComponent.qml</file>
    </qresource>
</RCC>