aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage/localstorage.pro
blob: fa1718dd68d5122cf18977baf1a451562b785095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET  = qmllocalstorageplugin
TARGETPATH = QtQuick/LocalStorage
include(../qimportbase.pri)

QT += sql qml qml-private v8-private core-private

SOURCES += plugin.cpp

OTHER_FILES += localstorage.json

DESTDIR = $$QT.qml.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

qmldir.files += $$PWD/qmldir
qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

INSTALLS += target qmldir