summaryrefslogtreecommitdiffstats
path: root/src/imports/jsondb/jsondb.pro
blob: 49124a35916b4cfaf9d27df3f15bcc02c75dbe28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
TARGET     = jsondbplugin
TARGETPATH = QtJsonDb

include(../qimportbase.pri)

QT += network declarative jsondbcompat-private

DESTDIR = $$QT.jsondbcompat.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

qmldir.files += $$PWD/qmldir
qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

INSTALLS += target qmldir

VERSION = 1.0

include(../../common/common.pri)

HEADERS += \
    jsondbpartition.h \
    jsondbnotification.h \
    jsondbsortinglistmodel.h \
    jsondbsortinglistmodel_p.h \
    jsondblistmodel.h \
    jsondblistmodel_p.h \
    plugin.h \
    jsondatabase.h \
    jsondbqueryobject.h \
    jsondbchangessinceobject.h \
    jsondbmodelcache.h \
    jsondbcachinglistmodel_p.h \
    jsondbcachinglistmodel.h \
    jsondbmodelutils.h

HEADERS += $$QSONCONVERSION_HEADERS

SOURCES += \
    jsondbpartition.cpp \
    jsondbnotification.cpp \
    jsondbsortinglistmodel.cpp \
    jsondblistmodel.cpp \
    plugin.cpp \
    jsondatabase.cpp \
    jsondbqueryobject.cpp \
    jsondbchangessinceobject.cpp \
    jsondbcachinglistmodel.cpp \
    jsondbmodelcache.cpp \
    jsondbmodelutils.cpp

SOURCES += $$QSONCONVERSION_SOURCES