From 4772489332c96333561176f074c96a3ec4b155fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Tue, 8 Aug 2023 07:40:37 +0100 Subject: [PATCH] Avoid trying to build the htmlinfo example Forwarded: not-needed This example uses non-free images, so we had to remove it from the original tarball. This patch avoid building this example. Gbp-Pq: Name no_htmlinfo_example.patch --- examples/xml/CMakeLists.txt | 1 - examples/xml/xml.pro | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/xml/CMakeLists.txt b/examples/xml/CMakeLists.txt index 7f07939f..f27868f5 100644 --- a/examples/xml/CMakeLists.txt +++ b/examples/xml/CMakeLists.txt @@ -1,4 +1,3 @@ -qt_internal_add_example(htmlinfo) qt_internal_add_example(xmlstreamlint) if(TARGET Qt::Widgets) qt_internal_add_example(dombookmarks) diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro index b0750574..1c78e6b5 100644 --- a/examples/xml/xml.pro +++ b/examples/xml/xml.pro @@ -1,6 +1,5 @@ TEMPLATE = subdirs -SUBDIRS = htmlinfo \ - xmlstreamlint +SUBDIRS = xmlstreamlint qtHaveModule(widgets) { SUBDIRS += dombookmarks \ -- 2.30.2