aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage/localstorage.pro
blob: 6dff4862c7f48a5cab2642700f0ed0f6231c3021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CXX_MODULE = qml
TARGET  = qmllocalstorageplugin
TARGETPATH = QtQuick/LocalStorage
QML_IMPORT_VERSION = $$QT_VERSION

QT = sql qml-private  core-private

SOURCES += \
    plugin.cpp \
    qquicklocalstorage.cpp

HEADERS += \
    qquicklocalstorage_p.h

load(qml_plugin)

CONFIG += qmltypes install_qmltypes
OTHER_FILES += localstorage.json