aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel/xmllistmodel.pro
blob: 1e61f4d3d97332d6edaf967411f4ef65ab7b72f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CXX_MODULE = qml
TARGET  = qmlxmllistmodelplugin
TARGETPATH = QtQuick/XmlListModel
IMPORT_VERSION = 2.$$QT_MINOR_VERSION

QT = xmlpatterns qml-private  core-private
qtConfig(qml-network): QT += network

SOURCES += qqmlxmllistmodel.cpp plugin.cpp
HEADERS += qqmlxmllistmodel_p.h

load(qml_plugin)

requires(qtConfig(qml-network))