qt5base-lts/examples/xml
Joerg Bornemann 8fe3680193 Add cmdline feature to qmake
[ChangeLog][qmake] A new feature "cmdline" was added that implies
"CONFIG += console" and "CONFIG -= app_bundle".

Task-number: QTBUG-27079
Change-Id: I6e52b07c9341c904bb1424fc717057432f9360e1
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
2019-02-18 07:12:14 +00:00
..
dombookmarks Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
htmlinfo Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
rsslisting qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
saxbookmarks Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
streambookmarks Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
xmlstreamlint Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
README
xml.pro Check for network module when building according examples 2013-02-21 07:27:25 +01:00

XML parsing and handling is supported through SAX and DOM compliant APIs.

Qt's SAX compliant classes allow you to parse XML incrementally; the DOM
classes enable more complex document-level operations to be performed on
XML files.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.