summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia/nokia.pro
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2012-01-19 15:49:13 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-09 06:02:00 +0100
commitd24206cf6d87966b32c8a1186c9fa682d66b8ee9 (patch)
treee860f08099c77f7a5b06f89a2931f6b0932f6208 /src/plugins/geoservices/nokia/nokia.pro
parent4f158d2920736553cc214a5ef4690e8e89a79324 (diff)
downloadqtlocation-d24206cf6d87966b32c8a1186c9fa682d66b8ee9.tar.gz
Add support for the new Nokia REST API to nokia plugin.
Support is added in such a way that both the v1 and v2 REST APIs are supported by the plugin. By default the v1 API is used. The application developer can explicitly select v2 by setting the places.api_version plugin parameter to 2. At some point the default will change to v2 and support for v1 and places.api_version may be dropped entirely. The new REST API is documented at http://api.places.lbs.maps.nokia.com/places/static/doc/index.html Change-Id: I643d10202ab387346fa4658f096a6ddbb5e80e34 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/plugins/geoservices/nokia/nokia.pro')
-rw-r--r--src/plugins/geoservices/nokia/nokia.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/geoservices/nokia/nokia.pro b/src/plugins/geoservices/nokia/nokia.pro
index e043d839..43884b2e 100644
--- a/src/plugins/geoservices/nokia/nokia.pro
+++ b/src/plugins/geoservices/nokia/nokia.pro
@@ -37,7 +37,8 @@ SOURCES += \
qgeoroutingmanagerengine_nokia.cpp \
qgeoserviceproviderplugin_nokia.cpp
-include(places/places.pri)
+include(placesv1/placesv1.pri)
+include(placesv2/placesv2.pri)
RESOURCES += resource.qrc