summaryrefslogtreecommitdiffstats
path: root/examples/xml/xml.pro
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@digia.com>2013-02-19 12:53:08 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-21 07:27:25 +0100
commitf9fc180d505382e559ebca8a2e6dd09ea3ae52bc (patch)
treec786696c0a57a0073c8f574079db8cb7552bca54 /examples/xml/xml.pro
parentf73ddd4dfb80ce8d587a2f85b96b55067e90a3c6 (diff)
Check for network module when building according examples
Change-Id: Id17ba13988e37fa583948f4861b44bb1f05bf375 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'examples/xml/xml.pro')
-rw-r--r--examples/xml/xml.pro4
1 files changed, 3 insertions, 1 deletions
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
}