diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-14 23:13:28 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 0fa7331240fcaf8675d5c1654c07de947502bdc2 (patch) | |
tree | 8b5e2520e2325c47ffb42cee0fb0c5ca0d63b2c9 | |
parent | 42980e51d3f91643332292a356e7e5c138f5008b (diff) | |
download | subsurface-0fa7331240fcaf8675d5c1654c07de947502bdc2.tar.gz |
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>
-rw-r--r-- | subsurface.qrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index c26a56ef2..5443fc596 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -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> |