summaryrefslogtreecommitdiffstats
path: root/src/jsonstream/jsonstream.pro
blob: 5a50f78228a613104297886c6bd0810e33cc256c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = QtJsonDbJsonStream

TEMPLATE = lib
CONFIG += qt static

QT = core network

HEADERS += jsonstream.h
SOURCES += jsonstream.cpp

# We don't need to install this tool, it's only used for building.
# However we do have to make sure that 'make install' builds it.
dummytarget.CONFIG = dummy_install
INSTALLS += dummytarget