diff options
author | jan Iversen <jani@apache.org> | 2018-06-20 15:53:59 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-21 20:27:58 -0700 |
commit | ff88e7ee99ca1e6ba8557c3b394e68c2e256c5dc (patch) | |
tree | a22723377cce9dee381c96df21b19e6ad6de3da6 /mobile-widgets/qml | |
parent | 2b7b7ad8f5fab046403e8e12f9adf203a8d1abaf (diff) | |
download | subsurface-ff88e7ee99ca1e6ba8557c3b394e68c2e256c5dc.tar.gz |
mobile: remove MapWidget from mobile-resources.qrc
remove MapWidget entries from mobile-resources.qrc, and
reference map-widget.qrc in Subsurface-mobile.pro for iOS
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index ac72505e3..5b9f95150 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -14,8 +14,6 @@ <file>Log.qml</file> <file>main.qml</file> <file>MapPage.qml</file> - <file alias="MapWidget.qml">../../map-widget/qml/MapWidget.qml</file> - <file alias="MapWidgetContextMenu.qml">../../map-widget/qml/MapWidgetContextMenu.qml</file> <file>Settings.qml</file> <file>ThemeTest.qml</file> <file>StartPage.qml</file> @@ -30,23 +28,6 @@ </qresource> <qresource prefix="/"> - <!-- ********** mapwidget pictures ********** --> - <file alias="map-style-photo-icon">../../map-widget/qml/icons/mapwidget-toggle-satellite.png</file> - <file alias="map-style-map-icon">../../map-widget/qml/icons/mapwidget-toggle-street.png</file> - <file alias="mapwidget-context-menu.png">../../map-widget/qml/icons/mapwidget-context-menu.png</file> - <file alias="mapwidget-marker.png">../../map-widget/qml/icons/mapwidget-marker.png</file> - <file alias="mapwidget-marker-gray.png">../../map-widget/qml/icons/mapwidget-marker-gray.png</file> - <file alias="mapwidget-toggle-satellite.png">../../map-widget/qml/icons/mapwidget-toggle-satellite.png</file> - <file alias="mapwidget-marker-selected.png">../../map-widget/qml/icons/mapwidget-marker-selected.png</file> - <file alias="mapwidget-toggle-street.png">../../map-widget/qml/icons/mapwidget-toggle-street.png</file> - <file alias="mapwidget-zoom-in.png">../../map-widget/qml/icons/mapwidget-zoom-in.png</file> - <file alias="mapwidget-zoom-out.png">../../map-widget/qml/icons/mapwidget-zoom-out.png</file> - <file alias="open-menu-icon">../../map-widget/qml/icons/mapwidget-context-menu.png</file> - <file alias="zoom-in-icon">../../map-widget/qml/icons/mapwidget-zoom-in.png</file> - <file alias="zoom-out-icon">../../map-widget/qml/icons/mapwidget-zoom-out.png</file> - </qresource> - - <qresource prefix="/"> <!-- ********** qtQuick.2 configuration ********** --> <file>qtquickcontrols2.conf</file> </qresource> |