Avoid trying to build the htmlinfo example
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Fri, 22 Dec 2023 15:11:45 +0000 (16:11 +0100)
committerPatrick Franz <deltaone@debian.org>
Fri, 22 Dec 2023 15:11:45 +0000 (16:11 +0100)
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
examples/xml/xml.pro

index 7f07939f4ee65b6e0ce85175d317ada233d7d3e1..f27868f56a72e3249c07affcfc013e1ff2a3b39e 100644 (file)
@@ -1,4 +1,3 @@
-qt_internal_add_example(htmlinfo)
 qt_internal_add_example(xmlstreamlint)
 if(TARGET Qt::Widgets)
     qt_internal_add_example(dombookmarks)
index b0750574f458a1e0a9d366f6c09e52f38292280f..1c78e6b570aaf15e7bdc39ceba377dd7f2e0dddd 100644 (file)
@@ -1,6 +1,5 @@
 TEMPLATE      = subdirs
-SUBDIRS       = htmlinfo \
-                xmlstreamlint
+SUBDIRS       = xmlstreamlint
 
 qtHaveModule(widgets) {
     SUBDIRS +=  dombookmarks \