summaryrefslogtreecommitdiffstats
path: root/src/client/client.pro
diff options
context:
space:
mode:
authorTapani Mikola <tapani.mikola@nokia.com>2012-06-08 08:10:17 +0300
committerQt by Nokia <qt-info@nokia.com>2012-06-12 16:29:34 +0200
commitc9a3abd1939b5921ba317361e498b36b0e942e9e (patch)
tree9fa9da8b10f8d7502024e30748c0b98a87a5c9fe /src/client/client.pro
parenta75e7abd68e97d16804656f1da16d8f588d668ee (diff)
.pro file clean ups
Daemon does not directly depend on qml. Jsondb-client does not directly depend on qml or gui. Change-Id: Ie7ce3c2564825b060f9ee481e8eb76f1c3b227ff 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 187fb112..32a46bf4 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_JSONDB_LIB
-QT = core network jsondbpartition
+QT = core network qml jsondbpartition
CONFIG += module create_prl
MODULE_PRI = ../../modules/qt_jsondb.pri