aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage/localstorage.pro
blob: 5164e8870d225b8425d37faa2656c1342e4d7479 (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 declarative declarative-private v8-private core-private

SOURCES += plugin.cpp

OTHER_FILES += localstorage.json

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

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

INSTALLS += target qmldir