From 5df93e084d7be1cf3942fabc69bae884fcf5f1f4 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Wed, 20 Jun 2018 16:06:49 +0200 Subject: android/desktop: remove mapWidget from subsurface.qrc remove mapWidget entries from subsurface.qrc, and add reference to map-widget.qrc in CMakelist.txt Android uses the same CMakelist.txt Signed-off-by: Jan Iversen --- desktop-widgets/mapwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop-widgets') diff --git a/desktop-widgets/mapwidget.cpp b/desktop-widgets/mapwidget.cpp index 2060fdb7c..6d9cd867d 100644 --- a/desktop-widgets/mapwidget.cpp +++ b/desktop-widgets/mapwidget.cpp @@ -11,8 +11,8 @@ #include "mainwindow.h" #include "divelistview.h" -static const QUrl urlMapWidget = QUrl(QStringLiteral("qrc:/MapWidget.qml")); -static const QUrl urlMapWidgetError = QUrl(QStringLiteral("qrc:/MapWidgetError.qml")); +static const QUrl urlMapWidget = QUrl(QStringLiteral("qrc:/qml/MapWidget.qml")); +static const QUrl urlMapWidgetError = QUrl(QStringLiteral("qrc:/qml/MapWidgetError.qml")); static bool isReady = false; static bool skipReload = false; -- cgit v1.2.3-70-g09d2