summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/geoservices.pro
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-08-25 14:27:04 +1000
committerabcd <qt_abcd1@ovi.com>2011-08-29 09:44:29 +0200
commitccabac44e735b787ee3d3f867d1e1ee0adff3f63 (patch)
tree2889f0d37b2fa68e5659d43cca03fe0bbf7aab0d /src/plugins/geoservices/geoservices.pro
parent8df5d444bdcd62e5a6a236dfccd7c8507ee4d11f (diff)
downloadqtlocation-ccabac44e735b787ee3d3f867d1e1ee0adff3f63.tar.gz
Add initial jsondb plugin
Currently the plugin does not use proper location schema to store place objects. Also the plugin does some filtering in code rather than with jsondb queries because it seems the comparison operators are not working correctly. These issues are to be addressed in future commits. Currently only basic place information is stored consisting of name, address and coordinate. Change-Id: Icc59f4fe50f5ecdd61d4d9565789d813a41a749f Reviewed-on: http://codereview.qt.nokia.com/3555 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'src/plugins/geoservices/geoservices.pro')
-rw-r--r--src/plugins/geoservices/geoservices.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/geoservices/geoservices.pro b/src/plugins/geoservices/geoservices.pro
index 85243cc6..a27213d1 100644
--- a/src/plugins/geoservices/geoservices.pro
+++ b/src/plugins/geoservices/geoservices.pro
@@ -1,3 +1,7 @@
TEMPLATE = subdirs
SUBDIRS = nokia
+
+contains(config_test_jsondb, yes) {
+ SUBDIRS += nokia_places_jsondb
+}