qt5base-lts/examples/corelib/serialization/serialization.pro
Edward Welbourne e54a7c5667 Move RSS listing example to networking
It's really showing how to request a resource and act on its becoming
available. The use of XML to do so is incidental; the use of
networking is central.

Pick-to: 6.6 6.5
Task-number: QTBUG-111228
Change-Id: Ibcf438c7ef3b2464ddfa8b96a79fb15523e4a468
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-06-14 11:57:31 +02:00

10 lines
132 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
cbordump \
convert \
savegame
qtHaveModule(widgets) {
SUBDIRS += streambookmarks
}