map-widget: move the widget and its resources to 'map-widget'

Move all the map widget platform agnostic files to the
<subsurface-root>/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 <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-11-04 21:23:37 +02:00 committed by Dirk Hohndel
parent 6ce4239884
commit 956b45ddfd
16 changed files with 13 additions and 13 deletions

View file

@ -69,7 +69,7 @@ set(SUBSURFACE_INTERFACE
kmessagewidget.cpp
mainwindow.cpp
mapwidget.cpp
../mobile-widgets/qmlmapwidgethelper.cpp
../map-widget/qmlmapwidgethelper.cpp
modeldelegates.cpp
notificationwidget.cpp
simplewidgets.cpp

View file

@ -7,7 +7,7 @@
#include "mapwidget.h"
#include "core/dive.h"
#include "core/divesite.h"
#include "mobile-widgets/qmlmapwidgethelper.h"
#include "map-widget/qmlmapwidgethelper.h"
#include "qt-models/maplocationmodel.h"
#include "mainwindow.h"
#include "divelistview.h"