summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@nokia.com>2011-11-08 15:54:05 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-18 12:28:10 +0100
commit58e45c7242f97ff88b12cf62f982a12fcba46e5f (patch)
treec78ebe9f7fec7ec92c5660f3145d592fccd1432e /tools
parent58026e33401cc35647c20f62ebb1860222ef5ae6 (diff)
Fix instrumentation with testcocoon.
Add missing --cs-include-path required by some tests projects. Use a common qtjsondb.pri file to propagate the change when required. Change-Id: I8ba0effd0dc5204eafdfd27298fe52751065a001 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com> Reviewed-by: Caroline Chao <caroline.chao@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/jsondb-client/jsondb-client.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/jsondb-client/jsondb-client.pro b/tools/jsondb-client/jsondb-client.pro
index e4ce77f..c9e4d90 100644
--- a/tools/jsondb-client/jsondb-client.pro
+++ b/tools/jsondb-client/jsondb-client.pro
@@ -8,6 +8,7 @@ QT = core network declarative jsondb
LIBS += -ledit
+include(../../qtjsondb.pri)
include(../../src/3rdparty/qjson/qjson.pri)
mac:CONFIG -= app_bundle