summaryrefslogtreecommitdiffstats
path: root/tools/jsondb-client/jsondb-client.pro
blob: f2326d988e9a39e93253631200720fa3f32db1d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = jsondb-client
DESTDIR = $$QT.jsondb.bins

target.path = $$[QT_INSTALL_PREFIX]/bin
INSTALLS += target

QT = core jsondb

LIBS += -ledit

include(../../qtjsondb.pri)

mac:CONFIG -= app_bundle

HEADERS += client.h
SOURCES += main.cpp client.cpp