summaryrefslogtreecommitdiff
path: root/examples/declarative/map3d/map3d.qrc
blob: 2d7deba92e8f174674c5abb85a286d6390d29578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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>
    </qresource>
</RCC>