mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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>
This commit is contained in:
parent
c65617661a
commit
2b7b7ad8f5
1 changed files with 18 additions and 0 deletions
18
map-widget/qml/map-widget.qrc
Normal file
18
map-widget/qml/map-widget.qrc
Normal file
|
@ -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>
|
Loading…
Reference in a new issue