summaryrefslogtreecommitdiffstats
path: root/src/clientcompat/clientcompat.pro
diff options
context:
space:
mode:
authorKevin Simons <kevin.simons@nokia.com>2012-04-01 20:52:52 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-10 18:43:10 +0200
commit52786ac08e0b6c768a006f5bdc5d454d0afb5416 (patch)
treec0b3f61ad5202f9cb7e9848977cd1e24eb98d235 /src/clientcompat/clientcompat.pro
parent4921803cb9b3ed1341b5cc97ae7258182e5057e9 (diff)
Split partition handling out into a separate module
This is a brute force attempt to create a jsondbpartition module which can be used by the daemon, by autotests and by the client for private partitions. Most of the classes were largely unmodified by this change (with the exception of namespace and symbol exports). JsonDbManagedBtree was somewhat reworked in order not to expose QBtree as part of this module. Overall, the number of headers exposed by this module is far too large currently. Subsequent patches are needed to refine the APIs of this module, to make all the headers private and to overall reduce the number of headers provided. Change-Id: I6deaf32960102f9d3efcb290edd82381597657aa Reviewed-by: Jamey Hicks <jamey.hicks@nokia.com>
Diffstat (limited to 'src/clientcompat/clientcompat.pro')
-rw-r--r--src/clientcompat/clientcompat.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clientcompat/clientcompat.pro b/src/clientcompat/clientcompat.pro
index c5b8f05b..7edadedb 100644
--- a/src/clientcompat/clientcompat.pro
+++ b/src/clientcompat/clientcompat.pro
@@ -38,6 +38,7 @@ SOURCES += \
jsondb-connection.cpp \
jsondb-query.cpp \
jsondb-oneshot.cpp \
- jsondb-notification.cpp
+ jsondb-notification.cpp \
+ jsondb-strings.cpp
mac:QMAKE_FRAMEWORK_BUNDLE_NAME = $$QT.jsondbcompat.name