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