aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel/xmllistmodel.pro
diff options
context:
space:
mode:
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))