aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel/qmldir
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2011-11-16 17:58:19 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-01 02:40:06 +0100
commit44d8691745ee9e8f927bdcd493f26b759c77d71c (patch)
tree03c45294a3ae6d199bd25aec25158f37a03d2fd9 /src/imports/xmllistmodel/qmldir
parent5b949572aa56c5bce087fb0c023af7c96c40f139 (diff)
Move XmlListModel to seperate plugin
XmlListModel is the only feature inside QtDeclarative which depends on the QtXmlPatterns module, move this item to a separate plugin can reduce the unnecessary dependency in most use cases. To use the new XmlListModel, an additional "import QtQuick.xmllistmodel 2.0" is needed. Task-number:QTBUG-22158 Change-Id: I9e19eb6cbba46cd40fb7ffcdbd741f346779a54d Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Diffstat (limited to 'src/imports/xmllistmodel/qmldir')
-rw-r--r--src/imports/xmllistmodel/qmldir1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/xmllistmodel/qmldir b/src/imports/xmllistmodel/qmldir
new file mode 100644
index 0000000000..dd39bcd7f8
--- /dev/null
+++ b/src/imports/xmllistmodel/qmldir
@@ -0,0 +1 @@
+plugin qmlxmllistmodelplugin \ No newline at end of file