summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@digia.com>2013-02-19 13:06:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-19 19:20:53 +0100
commit53dc49ffc8c2e9e84d80b3e0bbef948e99172f9a (patch)
tree5b6114a152503a24575506df76805a3d7f9897cb /tests/auto/xml
parenta19037cc9e66470f5e047390aa716930f168674b (diff)
Check for network module when building according auto tests
Change-Id: I68013bf8e07be8d202b3253f997d4f4db05335a4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/auto/xml')
-rw-r--r--tests/auto/xml/sax/sax.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/xml/sax/sax.pro b/tests/auto/xml/sax/sax.pro
index 13aeb21d07..d232ee90e7 100644
--- a/tests/auto/xml/sax/sax.pro
+++ b/tests/auto/xml/sax/sax.pro
@@ -1,6 +1,8 @@
TEMPLATE=subdirs
SUBDIRS=\
- qxmlinputsource \
qxml \
+
+qtHaveModule(network): SUBDIRS += \
+ qxmlinputsource \
qxmlsimplereader \