Kai Köhne 303ff94dad Remove .prev_CMakeLists.txt
These are left-overs from the initial qmake2cmake conversion.

Change-Id: Ie15c9ff022ea4566d10c1ba74599de9af83d29a7
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 251e84800793d3f74d7d8e7543eb5e9dba3834ad)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2021-12-06 12:43:52 +00:00
..
2021-12-06 12:43:52 +00:00
2021-12-06 12:43:52 +00:00
2020-01-06 18:13:01 +01:00

XML parsing and handling is supported through DOM compliant APIs.

For reading or writing XML documents iteratively we recommend
using Qt Core's QXmlStreamReader and QXmlStreamWriter classes.

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