summaryrefslogtreecommitdiff
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.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/imports/xmllistmodel/xmllistmodel.pro b/src/imports/xmllistmodel/xmllistmodel.pro
new file mode 100644
index 0000000..8ee9ea3
--- /dev/null
+++ b/src/imports/xmllistmodel/xmllistmodel.pro
@@ -0,0 +1,12 @@
+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)