From: Lisandro Damián Nicanor Pérez Meyer Date: Tue, 8 Aug 2023 06:40:37 +0000 (+0100) Subject: Avoid trying to build the htmlinfo example X-Git-Tag: archive/raspbian/6.4.2+dfsg-19+rpi1~1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4772489332c96333561176f074c96a3ec4b155fe;p=qt6-base.git 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 --- 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 \