From 956b45ddfda060fcd818659ee05618ed2e4bfcab Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Sat, 4 Nov 2017 21:23:37 +0200 Subject: map-widget: move the widget and its resources to 'map-widget' Move all the map widget platform agnostic files to the /map-widget folder. This avoids the confusion about the desktop version of subsurface using mobile components. The map widget is planned as a shared component between the mobile and desktop versions. desktop-widgets/mapwidget[.h/.cpp] still remain as those are specific to the desktop version. Signed-off-by: Lubomir I. Ivanov --- subsurface.qrc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'subsurface.qrc') diff --git a/subsurface.qrc b/subsurface.qrc index 6bfb7785d..83b93cc29 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -1,16 +1,16 @@ - mobile-widgets/qml/MapWidget.qml - mobile-widgets/qml/MapWidgetError.qml - mobile-widgets/qml/MapWidgetContextMenu.qml - mobile-widgets/qml/icons/mapwidget-marker.png - mobile-widgets/qml/icons/mapwidget-marker-gray.png - mobile-widgets/qml/icons/mapwidget-marker-selected.png - mobile-widgets/qml/icons/mapwidget-toggle-satellite.png - mobile-widgets/qml/icons/mapwidget-toggle-street.png - mobile-widgets/qml/icons/mapwidget-context-menu.png - mobile-widgets/qml/icons/mapwidget-zoom-in.png - mobile-widgets/qml/icons/mapwidget-zoom-out.png + map-widget/qml/MapWidget.qml + map-widget/qml/MapWidgetError.qml + map-widget/qml/MapWidgetContextMenu.qml + map-widget/qml/icons/mapwidget-marker.png + map-widget/qml/icons/mapwidget-marker-gray.png + map-widget/qml/icons/mapwidget-marker-selected.png + map-widget/qml/icons/mapwidget-toggle-satellite.png + map-widget/qml/icons/mapwidget-toggle-street.png + map-widget/qml/icons/mapwidget-context-menu.png + map-widget/qml/icons/mapwidget-zoom-in.png + map-widget/qml/icons/mapwidget-zoom-out.png icons/satellite.svg icons/star.svg icons/subsurface-icon.png -- cgit v1.2.3-70-g09d2