mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
ff88e7ee99
commit
5df93e084d
3 changed files with 3 additions and 14 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue