summaryrefslogtreecommitdiffstats
path: root/src/imports/jsondb-listmodel/jsondb-listmodel.pro
blob: 870cd03a13c45ed8bc22027d026fd5727844eaf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
CXX_MODULE = jsondb
TARGET     = jsondblistmodelplugin
TARGETPATH = QtAddOn/JsonDb

QT += network qml jsondbcompat-private

HEADERS += \
    jsondb-listmodel.h \
    jsondb-listmodel_p.h \
    jsondb-component.h \
    plugin.h

SOURCES += \
    jsondb-listmodel.cpp \
    jsondb-component.cpp \
    plugin.cpp

load(qml_plugin)

OTHER_FILES += jsondb.json