summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/mapviewerwrapper.qrc
blob: c1b38942ca134e3c5d3c02b6af3135027f24c1d3 (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
<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/map/ImageItem.qml</file>
        <file>content/map/MiniMap.qml</file>
        <file>MainMenu.qml</file>
        <file>forms/MessageForm.ui.qml</file>
        <file>forms/GeocodeForm.ui.qml</file>
        <file>forms/ReverseGeocodeForm.ui.qml</file>
        <file>forms/RouteCoordinateForm.ui.qml</file>
        <file>forms/RouteAddressForm.ui.qml</file>
        <file>forms/LocaleForm.ui.qml</file>
        <file>Message.qml</file>
        <file>RouteCoordinate.qml</file>
        <file>RouteAddress.qml</file>
        <file>Geocode.qml</file>
        <file>ReverseGeocode.qml</file>
        <file>MapPopupMenu.qml</file>
    </qresource>
</RCC>