summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--src/client/client.pro2
-rw-r--r--src/daemon/daemon.pro2
-rw-r--r--tools/jsondb-client/jsondb-client.pro2
3 files changed, 3 insertions, 3 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
diff --git a/src/daemon/daemon.pro b/src/daemon/daemon.pro
index d095cac0..a08a87e3 100644
--- a/src/daemon/daemon.pro
+++ b/src/daemon/daemon.pro
@@ -5,7 +5,7 @@ INSTALLS += target
include($$PWD/../jsonstream/jsonstream.pri)
-QT = core network qml jsondbpartition jsondbpartition-private
+QT = core network jsondbpartition jsondbpartition-private
mac:CONFIG -= app_bundle
diff --git a/tools/jsondb-client/jsondb-client.pro b/tools/jsondb-client/jsondb-client.pro
index 2b6e6cb5..bff8508b 100644
--- a/tools/jsondb-client/jsondb-client.pro
+++ b/tools/jsondb-client/jsondb-client.pro
@@ -4,7 +4,7 @@ DESTDIR = $$QT.jsondb.bins
target.path = $$[QT_INSTALL_PREFIX]/bin
INSTALLS += target
-QT = core jsondb qml gui
+QT = core jsondb qml
LIBS += -ledit