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

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

QT = core jsondb qml

LIBS += -ledit

mac:CONFIG -= app_bundle

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

!contains(DEFINES, QTJSONDB_NO_DEPRECATED) {
    HEADERS += jsondbproxy.h
    SOURCES += jsondbproxy.cpp
}