From 52786ac08e0b6c768a006f5bdc5d454d0afb5416 Mon Sep 17 00:00:00 2001 From: Kevin Simons Date: Sun, 1 Apr 2012 20:52:52 +0200 Subject: 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 --- tests/auto/queries/queries.pro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/auto/queries/queries.pro') diff --git a/tests/auto/queries/queries.pro b/tests/auto/queries/queries.pro index 620406bc..7a3a89ac 100644 --- a/tests/auto/queries/queries.pro +++ b/tests/auto/queries/queries.pro @@ -1,16 +1,13 @@ TARGET = tst_queries -QT = network qml testlib +QT = network qml testlib jsondbpartition CONFIG -= app_bundle CONFIG += testcase -INCLUDEPATH += $$PWD/../../../src/daemon LIBS += -L$$QT.jsondb.libs DEFINES += SRCDIR=\\\"$$PWD/\\\" -include($$PWD/../../../src/daemon/daemon.pri) - RESOURCES = queries.qrc SOURCES += \ -- cgit v1.2.3