summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qfeatures.txt
diff options
context:
space:
mode:
authorPeter Hartmann <phartmann@blackberry.com>2013-11-04 15:19:55 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-07 20:13:50 +0100
commit8db127b0b50b1d62940500b9c6a9f9794201e2b3 (patch)
treec61c7c95307b7c03194dbe7e10256302b702b36b /src/corelib/global/qfeatures.txt
parent8aab8ccc0ffba504078deb7b4371d2f98c834df3 (diff)
qfeatures.txt: add section about XML schema
... so the XML schema part can be disabled in the xmlpatterns module, while still using other functionality (e.g. XPath). Change-Id: I3599ea8f915d34e0b1ba5d6a30f3f6269a4c992e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/corelib/global/qfeatures.txt')
-rw-r--r--src/corelib/global/qfeatures.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/corelib/global/qfeatures.txt b/src/corelib/global/qfeatures.txt
index ce0076bce5..3e9fc88eba 100644
--- a/src/corelib/global/qfeatures.txt
+++ b/src/corelib/global/qfeatures.txt
@@ -935,3 +935,10 @@ Section: D-Bus
Requires: PROPERTIES XMLSTREAMREADER
Name: Qt D-Bus module
+# XML Patterns
+
+Feature: XMLSCHEMA
+Description: Provides XML schema validation.
+Section: Xml Patterns
+Requires:
+Name: XML Schema APIs