Commit 49b020db authored by Peter Hartmann's avatar Peter Hartmann Committed by The Qt Project
Browse files

make it possible to disable XML schema usage


Removing XML schema functionality reduces the size of
libQt5XmlPatterns.so considerably:

Linux desktop release mode:

with XML schema:    4.3 MB
without XML schema: 3.2 MB

BlackBerry10 release mode:

with XML schema:    2.6 MB
without XML schema: 1.9 MB

XML schema might not be used, especially on a mobile / embedded
device, as opposed to the rest of xmlpatterns (e.g. XPath through
QML XmlListModel).

Task-number: QTBUG-28068
Change-Id: I5024a822179e7241e592f079efe3adef8f661c70
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
parent 97f266a0
Showing with 38 additions and 14 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment