summaryrefslogtreecommitdiffstats
path: root/tools/jsondb-client/jsondb-client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/jsondb-client/jsondb-client.pro')
-rw-r--r--tools/jsondb-client/jsondb-client.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/jsondb-client/jsondb-client.pro b/tools/jsondb-client/jsondb-client.pro
index f2326d98..dbdca1d4 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
+QT = core jsondb declarative
LIBS += -ledit
@@ -14,3 +14,9 @@ mac:CONFIG -= app_bundle
HEADERS += client.h
SOURCES += main.cpp client.cpp
+
+!contains(DEFINES, QTJSONDB_NO_DEPRECATED) {
+ HEADERS += jsondbproxy.h
+ SOURCES += jsondbproxy.cpp
+}
+