summaryrefslogtreecommitdiff
path: root/tests/auto/qgeocodingmanagerplugins
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-08-19 11:41:15 +1000
committerabcd <qt_abcd1@ovi.com>2011-08-23 06:26:24 +0200
commitc173fc04df6f53caace620d5963a1b90bc01c89c (patch)
tree5498c85d57dd5e6af9c138702270611f21830e98 /tests/auto/qgeocodingmanagerplugins
parentf0d0ab99d0bd068e74892ce36e1b44199d0e1c6f (diff)
downloadqtlocation-c173fc04df6f53caace620d5963a1b90bc01c89c.tar.gz
Remove Landmarks as it is now obsolete
Also remove qdeclarativeqgeoplace which is supserseded by qdeclarativeplace Change-Id: Ie2d4b37fc81369bc74f085f21ecd28b253fdda47 Reviewed-on: http://codereview.qt.nokia.com/3238 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'tests/auto/qgeocodingmanagerplugins')
-rw-r--r--tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerengine_test.h1
-rw-r--r--tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro3
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerengine_test.h b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerengine_test.h
index ea08fb40..f5268d97 100644
--- a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerengine_test.h
+++ b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerengine_test.h
@@ -45,7 +45,6 @@
#include <qgeoserviceprovider.h>
#include <qgeocodingmanagerengine.h>
#include <QLocale>
-#include <qlandmarkmanager.h>
#include <qgeoaddress.h>
#include <qgeolocation.h>
#include <qgeocodereply.h>
diff --git a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro
index 54897097..4b391346 100644
--- a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro
+++ b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro
@@ -17,8 +17,7 @@ SOURCES += qgeoserviceproviderplugin_test.cpp
INCLUDEPATH += ../../../src/location \
- ../../../src/location/maps \
- ../../../src/location/landmarks
+ ../../../src/location/maps
target.path += $$[QT_INSTALL_PLUGINS]/geoservices
INSTALLS += target