summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/mapviewerwrapper.qrc
blob: 854a650367d9415bc3fa6293544d56edcec16219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<RCC>
    <qresource prefix="/">
        <file>mapviewer.qml</file>
        <file>icon.png</file>
        <file>content/map/MapComponent.qml</file>
        <file>content/map/Marker.qml</file>
        <file>content/map/PolylineItem.qml</file>
        <file>content/map/RectangleItem.qml</file>
        <file>content/map/CircleItem.qml</file>
        <file>content/map/PolygonItem.qml</file>
        <file>content/dialogs/Message.qml</file>
        <file>content/dialogs/RouteDialog.qml</file>
        <file>content/map/ImageItem.qml</file>
        <file>content/map/VideoItem.qml</file>
        <file>content/map/3dItem.qml</file>
        <file>content/map/MiniMap.qml</file>
        <file>demo.ogv</file>
    </qresource>
</RCC>