summaryrefslogtreecommitdiffstats
path: root/examples/xml/xml.pro
diff options
context:
space:
mode:
authorØystein Heskestad <[email protected]>2023-03-03 17:41:43 +0100
committerØystein Heskestad <[email protected]>2023-03-21 14:49:09 +0100
commit10b4c06b4928d12addc7e55e4a6e5ed537a63942 (patch)
tree33f521c8fd692bf63618156aabb14dcb6009771c /examples/xml/xml.pro
parent3c521e1fb42885e070bf07f36349a1e8cdb39e76 (diff)
Move rsslisting example into corelibe/serialization
The implementation of the stream-based XML parser resides in coreslib/serialization. Moving the rsslisting example there. Task-number: QTBUG-110647 Pick-to: 6.5 Change-Id: I862909e767301250750b6ee0d8ac7e20d6bad2b1 Reviewed-by: Marc Mutz <[email protected]>
Diffstat (limited to 'examples/xml/xml.pro')
-rw-r--r--examples/xml/xml.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro
index 4a2caa1648e..991d5a69d28 100644
--- a/examples/xml/xml.pro
+++ b/examples/xml/xml.pro
@@ -3,7 +3,4 @@ TEMPLATE = subdirs
qtHaveModule(widgets) {
SUBDIRS += dombookmarks \
streambookmarks
-
- qtHaveModule(network): SUBDIRS += \
- rsslisting
}