summaryrefslogtreecommitdiffstats
path: root/examples/xml
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2016-12-10 13:55:50 -0800
committerThiago Macieira <thiago.macieira@intel.com>2017-01-31 17:54:35 +0000
commitbba4abd35fcfff294cda266ddd9e73d04c805860 (patch)
tree34e31f8e138b3fcf523e85cc15db085b77434c33 /examples/xml
parent33ebe6009872229ceca4171e7e6934f919affc1f (diff)
QXmlStream{Reader,Writer} don't need QtXml
They're in QtCore. Change-Id: I63e21df51c7448bc8b5ffffd148f03c5e80b6fea Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
Diffstat (limited to 'examples/xml')
-rw-r--r--examples/xml/xmlstreamlint/xmlstreamlint.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/xml/xmlstreamlint/xmlstreamlint.pro b/examples/xml/xmlstreamlint/xmlstreamlint.pro
index 97526693d0..cf03c4817a 100644
--- a/examples/xml/xmlstreamlint/xmlstreamlint.pro
+++ b/examples/xml/xmlstreamlint/xmlstreamlint.pro
@@ -1,7 +1,6 @@
CONFIG += console
CONFIG -= app_bundle
QT -= gui
-QT += xml
SOURCES += main.cpp
# install