summaryrefslogtreecommitdiffstats
path: root/map-widget
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-06-20 15:52:12 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-21 20:27:58 -0700
commit2b7b7ad8f5fab046403e8e12f9adf203a8d1abaf (patch)
treea20932d2664868b299f41f27c18c08e434dde148 /map-widget
parentc65617661a626c58c2fa14a438d6b6d4af5ce0a8 (diff)
downloadsubsurface-2b7b7ad8f5fab046403e8e12f9adf203a8d1abaf.tar.gz
map-widget: add qrc file for widget
Make map-widget self contained, with its own qrc file. Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'map-widget')
-rw-r--r--map-widget/qml/map-widget.qrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/map-widget/qml/map-widget.qrc b/map-widget/qml/map-widget.qrc
new file mode 100644
index 000000000..30b2ea1fd
--- /dev/null
+++ b/map-widget/qml/map-widget.qrc
@@ -0,0 +1,18 @@
+<RCC>
+ <qresource prefix="/qml">
+ <file>MapWidget.qml</file>
+ <file>MapWidgetContextMenu.qml</file>
+ <file>MapWidgetError.qml</file>
+ </qresource>
+
+ <qresource prefix="/">
+ <file alias="dive-location-marker-icon">icons/mapwidget-marker.png</file>
+ <file alias="dive-location-marker-inactive-icon">icons/mapwidget-marker-gray.png</file>
+ <file alias="dive-location-marker-selected-icon">icons/mapwidget-marker-selected.png</file>
+ <file alias="map-style-map-icon">icons/mapwidget-toggle-street.png</file>
+ <file alias="map-style-photo-icon">icons/mapwidget-toggle-satellite.png</file>
+ <file alias="open-menu-icon">icons/mapwidget-context-menu.png</file>
+ <file alias="zoom-in-icon">icons/mapwidget-zoom-in.png</file>
+ <file alias="zoom-out-icon">icons/mapwidget-zoom-out.png</file>
+ </qresource>
+</RCC>