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

TEMPLATE = lib
DESTDIR = $$QT_MODULE_LIB_BASE
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