Øystein Heskestad 6f96d1785f Move xmlstreamlint example into tests/manual
This example is useful but not a typical starting point for an
application.

Task-number: QTBUG-110647
Change-Id: Ic4af8ed648c587b91110a7403fa80c619549289d
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
(cherry picked from commit e13b57d06ab6e81cf04c090cc46dd23b4f8daccf)
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2023-03-03 11:57:01 +00:00

10 lines
182 B
Prolog

TEMPLATE = subdirs
qtHaveModule(widgets) {
SUBDIRS += dombookmarks \
streambookmarks
qtHaveModule(network): SUBDIRS += \
rsslisting
}