From e54a7c56677280d9a9eb976dd455085dcce10c40 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Wed, 7 Jun 2023 15:32:28 +0200 Subject: Move RSS listing example to networking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- examples/corelib/serialization/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/corelib/serialization/CMakeLists.txt') diff --git a/examples/corelib/serialization/CMakeLists.txt b/examples/corelib/serialization/CMakeLists.txt index 7dd5d476d1..ad14a179b1 100644 --- a/examples/corelib/serialization/CMakeLists.txt +++ b/examples/corelib/serialization/CMakeLists.txt @@ -4,9 +4,6 @@ qt_internal_add_example(cbordump) qt_internal_add_example(convert) qt_internal_add_example(savegame) -if(TARGET Qt6::Network AND TARGET Qt6::Widgets) - qt_internal_add_example(rsslisting) -endif() if(TARGET Qt6::Widgets) qt_internal_add_example(streambookmarks) endif() -- cgit v1.2.3