blob: 8632c4a94ce2e03945bd3f2728f4f4df144a88d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Description: disable htmlinfo example which contains non-free files
Author: Dmitry Shachnev <mitya57@debian.org>
Forwarded: not-needed
Last-Update: 2014-12-17
--- 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 \
|