qrc: yet another slight rename for the map markers resources

Use a "mapwidget-" prefix for both the QRC and the file names.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-07-20 02:38:51 +03:00 committed by Dirk Hohndel
parent ce309c15a7
commit 88c6d98265
3 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -1,8 +1,8 @@
<RCC>
<qresource prefix="/">
<file alias="mapwidget-qml">mobile-widgets/qml/MapWidget.qml</file>
<file alias="mapwidget-marker">mobile-widgets/qml/icons/mapmarker.png</file>
<file alias="mapwidget-marker-selected">mobile-widgets/qml/icons/mapmarker-selected.png</file>
<file alias="mapwidget-marker">mobile-widgets/qml/icons/mapwidget-marker.png</file>
<file alias="mapwidget-marker-selected">mobile-widgets/qml/icons/mapwidget-marker-selected.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>