summaryrefslogtreecommitdiff
path: root/sync.profile
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 /sync.profile
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 'sync.profile')
-rw-r--r--sync.profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index bd29e380..78ee9513 100644
--- a/sync.profile
+++ b/sync.profile
@@ -27,3 +27,8 @@
"qtxmlpatterns" => "refs/heads/master",
"qtdeclarative" => "refs/heads/master",
);
+
+# compile tests
+%configtests = (
+ "jsondb" => {}
+);