summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-11-04 11:35:48 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-04 12:55:34 +0100
commit5763669a95809b871b49bf11043bad775a927921 (patch)
tree8436423822f9e6072ab51cfbde1084b1a2e98306 /tools
parent1da89b1919091519c9554b3581e0e44b2d35492d (diff)
Fixed linking of jsondb-client
We do not really need to link to curses library. Change-Id: If2c62a21b13379c6f670f32fdd299f21e7b2b13c Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Zeno Albisser <zeno.albisser@nokia.com> Sanity-Review: Zeno Albisser <zeno.albisser@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/jsondb-client/jsondb-client.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jsondb-client/jsondb-client.pro b/tools/jsondb-client/jsondb-client.pro
index a1b1ef9..e4ce77f 100644
--- a/tools/jsondb-client/jsondb-client.pro
+++ b/tools/jsondb-client/jsondb-client.pro
@@ -6,7 +6,7 @@ INSTALLS += target
QT = core network declarative jsondb
-LIBS += -ledit -lcurses
+LIBS += -ledit
include(../../src/3rdparty/qjson/qjson.pri)