mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
map: add map qml and the new marker image to subsurface.qrc
These are part of the mobile-widgets folder for now, with the idea that they will be used in the mobile version as well. Eventually they can be moved into a shared-widgets folder. The QRC file uses aliases for them. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
42980e51d3
commit
0fa7331240
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file alias="mapwidget-qml">mobile-widgets/qml/MapWidget.qml</file>
|
||||
<file alias="mapwidget-marker-image">mobile-widgets/qml/icons/mapmarker.png</file>
|
||||
<file alias="star">icons/star.svg</file>
|
||||
<file alias="subsurface-icon">icons/subsurface-icon.png</file>
|
||||
<file alias="subsurface-mobile-icon">icons/subsurface-mobile-icon.png</file>
|
||||
|
|
Loading…
Reference in a new issue