aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel/xmllistmodel.pro
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2018-06-16 11:40:05 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-05 12:48:48 +0000
commit0477a057fd02050fd330760bf046f5e0e91a9331 (patch)
tree159df846e849db8ef6a91f53f29c399dd6fde63f /src/imports/xmllistmodel/xmllistmodel.pro
parent627226520a2bbb977ce32a21bdffd2004cb28796 (diff)
Move xmllistmodel to xmlpatternsv5.12.0-beta4
Latest changes moved to xmlpatterns: e08f9393acc6417598f328d7f4b7b082c5d57afa Change-Id: I7e3054a3f0f11833053746294e3b2b958047394d Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/imports/xmllistmodel/xmllistmodel.pro')
-rw-r--r--src/imports/xmllistmodel/xmllistmodel.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/imports/xmllistmodel/xmllistmodel.pro b/src/imports/xmllistmodel/xmllistmodel.pro
deleted file mode 100644
index 1e61f4d3d9..0000000000
--- a/src/imports/xmllistmodel/xmllistmodel.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-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))