From: Lisandro Damián Nicanor Pérez Meyer Date: Thu, 29 Feb 2024 21:45:27 +0000 (+0000) Subject: Avoid trying to build the htmlinfo example X-Git-Tag: archive/raspbian/6.4.2+dfsg-21.1+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bffa7c83170a127fe337ee08342e9088b7cc8d39;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 \