summaryrefslogtreecommitdiff
path: root/src/location
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-03-08 14:26:25 -0800
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-03-21 14:05:21 +0000
commit5c7e6ead198af76022df2bc9ecfb88e727b26bc5 (patch)
tree175d6fbf2ef9b78778b740c5441d09a9f9626706 /src/location
parent5be371b95cfeb3dc9bbe64e77833709ef8e4495b (diff)
downloadqtlocation-5c7e6ead198af76022df2bc9ecfb88e727b26bc5.tar.gz
Minor build cleanups
Change-Id: I85870f176510d1d6fd51bce94daf58fc326e13b3 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/location')
-rw-r--r--src/location/declarativemaps/declarativemaps.pri1
-rw-r--r--src/location/maps/qgeoprojection.cpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/location/declarativemaps/declarativemaps.pri b/src/location/declarativemaps/declarativemaps.pri
index e1054001..1da5c7b8 100644
--- a/src/location/declarativemaps/declarativemaps.pri
+++ b/src/location/declarativemaps/declarativemaps.pri
@@ -59,6 +59,7 @@ SOURCES += \
../imports/positioning/qquickgeocoordinateanimation.cpp \
declarativemaps/mapitemviewdelegateincubator.cpp
+load(qt_build_paths)
LIBS_PRIVATE += -L$$MODULE_BASE_OUTDIR/lib -lpoly2tri$$qtPlatformTargetSuffix() -lclip2tri$$qtPlatformTargetSuffix()
diff --git a/src/location/maps/qgeoprojection.cpp b/src/location/maps/qgeoprojection.cpp
index cd7e5114..1a9981d3 100644
--- a/src/location/maps/qgeoprojection.cpp
+++ b/src/location/maps/qgeoprojection.cpp
@@ -44,7 +44,6 @@
namespace {
static const double defaultTileSize = 256.0;
static const QDoubleVector3D xyNormal(0.0, 0.0, 1.0);
- static const QDoubleVector3D xyPoint(0.0, 0.0, 0.0);
static const QGeoProjectionWebMercator::Plane xyPlane(QDoubleVector3D(0,0,0), QDoubleVector3D(0,0,1));
static const QList<QDoubleVector2D> mercatorGeometry = {
QDoubleVector2D(-1.0,0.0),