aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel/xmllistmodel.pro
blob: d8121e8db8cfeab43ac1bd9f2b19aa064ba91512 (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 += network 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