From bba4abd35fcfff294cda266ddd9e73d04c805860 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 10 Dec 2016 13:55:50 -0800 Subject: QXmlStream{Reader,Writer} don't need QtXml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They're in QtCore. Change-Id: I63e21df51c7448bc8b5ffffd148f03c5e80b6fea Reviewed-by: Jędrzej Nowacki --- examples/xml/xmlstreamlint/xmlstreamlint.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/xml') 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 -- cgit v1.2.3