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

QT+= declarative xmlpatterns declarative-private v8-private core-private

SOURCES += qdeclarativexmllistmodel.cpp plugin.cpp
HEADERS += qdeclarativexmllistmodel_p.h

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

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

INSTALLS += target qmldir