mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-37 GCS/MapPlugin filename renaming only
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@700 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
1f8bee643d
commit
0492641f31
@ -1,5 +1,5 @@
|
||||
include (../common.pri)
|
||||
SOURCES += gmaps.cpp \
|
||||
SOURCES += opmaps.cpp \
|
||||
pureimagecache.cpp \
|
||||
pureimage.cpp \
|
||||
rawtile.cpp \
|
||||
@ -15,7 +15,7 @@ SOURCES += gmaps.cpp \
|
||||
point.cpp \
|
||||
size.cpp \
|
||||
kibertilecache.cpp
|
||||
HEADERS += gmaps.h \
|
||||
HEADERS += opmaps.h \
|
||||
size.h \
|
||||
maptype.h \
|
||||
pureimagecache.h \
|
||||
|
@ -25,7 +25,7 @@
|
||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#include "gmaps.h"
|
||||
#include "opmaps.h"
|
||||
|
||||
|
||||
namespace core {
|
@ -1,6 +1,6 @@
|
||||
#include <QApplication>
|
||||
|
||||
#include "gmaps.h"
|
||||
#include "opmaps.h"
|
||||
#include <QDebug>
|
||||
#include "../core/pureimagecache.h"
|
||||
#include "QPixmap"
|
||||
|
@ -49,7 +49,7 @@
|
||||
#include "../internals/projections/platecarreeprojection.h"
|
||||
#include "../internals/projections/platecarreeprojectionpergo.h"
|
||||
#include "../core/geodecoderstatus.h"
|
||||
#include "../core/gmaps.h"
|
||||
#include "../core/opmaps.h"
|
||||
#include <QSemaphore>
|
||||
#include <QThread>
|
||||
#include <QDateTime>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <QApplication>
|
||||
|
||||
#include "gmaps.h"
|
||||
#include "opmaps.h"
|
||||
#include <QDebug>
|
||||
#include "../core/pureimagecache.h"
|
||||
#include "QPixmap"
|
||||
|
Loading…
x
Reference in New Issue
Block a user