qtbase-opensource-src/debian/patches/no_htmlinfo_example.diff

23 lines
606 B
Diff
Raw Normal View History

2023-11-20 09:56:35 +08:00
From: Dmitry Shachnev <mitya57@debian.org>
Date: Mon, 20 Nov 2023 01:57:46 +0000
Subject: disable htmlinfo example which contains non-free files
Forwarded: not-needed
Last-Update: 2014-12-17
2023-11-20 09:56:35 +08:00
---
examples/xml/xml.pro | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
2023-11-20 09:56:35 +08:00
diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro
index b075057..1c78e6b 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 \