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

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

QT = core jsondb declarative

LIBS += -ledit

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

mac:CONFIG -= app_bundle

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

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