diff options
author | Lars Knoll <lars.knoll@qt.io> | 2020-09-07 14:01:20 +0200 |
---|---|---|
committer | Lars Knoll <lars.knoll@qt.io> | 2020-09-15 08:12:20 +0200 |
commit | 79e0374143ab385cb12a17443e91c8eb9d2f3a4b (patch) | |
tree | 821f3b5d1111b4f6b2de72e6f94995c67d0635d0 /src/xml/xml.pro | |
parent | 0aaebc3378c9264e5b5ac0facbd0d8961fd57a9f (diff) |
Remove the SAX parser from QtXml
It has been deprecated and will live in qt5compat from now on.
Fixes: QTBUG-86480
Change-Id: I3744c7cee058d51d0fce633a174ab1a0f9235d2c
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'src/xml/xml.pro')
-rw-r--r-- | src/xml/xml.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xml/xml.pro b/src/xml/xml.pro index 31d742d6ea..5474d477e4 100644 --- a/src/xml/xml.pro +++ b/src/xml/xml.pro @@ -12,6 +12,5 @@ HEADERS += qtxmlglobal.h PRECOMPILED_HEADER = include(dom/dom.pri) -include(sax/sax.pri) load(qt_module) |