diff options
author | jan Iversen <jani@apache.org> | 2018-06-20 16:06:49 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-21 20:27:58 -0700 |
commit | 5df93e084d7be1cf3942fabc69bae884fcf5f1f4 (patch) | |
tree | e919966e92c3b7bfc8272c64f14e4ffe2a30ae4f /desktop-widgets/mapwidget.cpp | |
parent | ff88e7ee99ca1e6ba8557c3b394e68c2e256c5dc (diff) | |
download | subsurface-5df93e084d7be1cf3942fabc69bae884fcf5f1f4.tar.gz |
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 <jani@apache.org>
Diffstat (limited to 'desktop-widgets/mapwidget.cpp')
-rw-r--r-- | desktop-widgets/mapwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |