summaryrefslogtreecommitdiffstats
path: root/src/imports/jsondb/jsondb.pro
blob: 7ba665cbda422d3485947a936e35aa1d3bbed159 (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
CXX_MODULE = jsondb
TARGET     = jsondbplugin

QT += network qml jsondb jsondb-private

HEADERS += \
    jsondbpartition.h \
    jsondbnotification.h \
    plugin.h \
    jsondatabase.h \
    jsondbqueryobject.h \
    jsondbsortinglistmodel_p.h \
    jsondbsortinglistmodel.h \
    jsondblistmodel.h

SOURCES += \
    jsondbpartition.cpp \
    jsondbnotification.cpp \
    plugin.cpp \
    jsondatabase.cpp \
    jsondbqueryobject.cpp \
    jsondbsortinglistmodel.cpp \
    jsondblistmodel.cpp

load(qml_plugin)

OTHER_FILES += jsondb.json