mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Location service: move files around to fit new directory layout
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
12a6a8f2b3
commit
9195f247c4
4 changed files with 3 additions and 3 deletions
|
@ -348,10 +348,10 @@ if(SUBSURFACE_MOBILE)
|
|||
set(MOBILE_SRC
|
||||
qt-mobile/qmlmanager.cpp
|
||||
qt-mobile/qmlprofile.cpp
|
||||
qt-mobile/gpslocation.cpp
|
||||
qt-models/divelistmodel.cpp
|
||||
subsurface-mobile-main.cpp
|
||||
subsurface-mobile-helper.cpp
|
||||
gpslocation.cpp
|
||||
)
|
||||
add_definitions(-DSUBSURFACE_MOBILE)
|
||||
qt5_add_resources(MOBILE_RESOURCES qt-mobile/qml/mobile-resources.qrc)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "gpslocation.h"
|
||||
#include "qt-mobile/gpslocation.h"
|
||||
#include <QDebug>
|
||||
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
#include "qt-mobile/qmlmanager.h"
|
||||
#include "qt-models/divelistmodel.h"
|
||||
#include "qt-mobile/qmlprofile.h"
|
||||
#include "gpslocation.h"
|
||||
#include "qt-mobile/gpslocation.h"
|
||||
GpsLocation *locationProvider;
|
||||
|
||||
QObject *qqWindowObject = NULL;
|
||||
|
|
Loading…
Reference in a new issue