From f9fc180d505382e559ebca8a2e6dd09ea3ae52bc Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Tue, 19 Feb 2013 12:53:08 +0100 Subject: Check for network module when building according examples Change-Id: Id17ba13988e37fa583948f4861b44bb1f05bf375 Reviewed-by: Friedemann Kleint Reviewed-by: Oswald Buddenhagen --- examples/xml/xml.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/xml/xml.pro') diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro index bc8686a475..72bf95b2ea 100644 --- a/examples/xml/xml.pro +++ b/examples/xml/xml.pro @@ -4,7 +4,9 @@ SUBDIRS = htmlinfo \ qtHaveModule(widgets) { SUBDIRS += dombookmarks \ - rsslisting \ saxbookmarks \ streambookmarks + + qtHaveModule(network): SUBDIRS += \ + rsslisting } -- cgit v1.2.3