Create a forwarding declarative module.
[profile/ivi/qtdeclarative.git] / src / imports / localstorage / localstorage.pro
1 TARGET  = qmllocalstorageplugin
2 TARGETPATH = QtQuick/LocalStorage
3 include(../qimportbase.pri)
4
5 QT += sql qml qml-private v8-private core-private
6
7 SOURCES += plugin.cpp
8
9 DESTDIR = $$QT.qml.imports/$$TARGETPATH
10 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
11
12 qmldir.files += $$PWD/qmldir
13 qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
14
15 INSTALLS += target qmldir