summaryrefslogtreecommitdiffstats
path: root/tools/jsondb-client/jsondb-client.pro
blob: ca8cf34a398f0fb3e0bd79ab4a8c140d4b318bb2 (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 gui

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
}