CXX_MODULE = qml TARGET = qmllocalstorageplugin TARGETPATH = QtQuick/LocalStorage IMPORT_VERSION = 2.$$QT_MINOR_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