summaryrefslogtreecommitdiffstats
path: root/src/client/client.pro
diff options
context:
space:
mode:
authorJamey Hicks <jamey.hicks@nokia.com>2012-01-15 21:56:30 -0500
committerQt by Nokia <qt-info@nokia.com>2012-01-27 18:08:35 +0100
commitdc1a4d5ecc8d12e0a2ba7a023a223179db657703 (patch)
tree338632abf36bbb9c76ca2a9c61cd7f52c6b5b5f5 /src/client/client.pro
parentc2b553e32261e2b9044b47906835493944413155 (diff)
Removed Qson binary format from qtjsondb
Instead we will rely on QtJson (QJsonObject et al) classes that recently became part of QtCore. Change-Id: I139d6fc69bc4cadc080bb3fa5698501db163bd12 Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
Diffstat (limited to 'src/client/client.pro')
-rw-r--r--src/client/client.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/client.pro b/src/client/client.pro
index 77bf359d..37a915d8 100644
--- a/src/client/client.pro
+++ b/src/client/client.pro
@@ -9,7 +9,7 @@ DESTDIR = $$QT.jsondb.libs
VERSION = $$QT.jsondb.VERSION
DEFINES += QT_ADDON_JSONDB_LIB
-QT = core network jsondbqson-private
+QT = core network
CONFIG += module create_prl
MODULE_PRI = ../../modules/qt_jsondb.pri