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

TEMPLATE = lib
CONFIG += qt staticlib

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