summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/io.pro
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@digia.com>2013-11-11 15:37:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-11 20:13:12 +0100
commit0de83705316d82273e0d445119ab1d4ee1c2f980 (patch)
tree0c025112d7bf9c7eeaefa16e50aa2ad913fac5de /tests/auto/corelib/io/io.pro
parent459fb114818eaf6a209e80ff7d59ccefeee881e3 (diff)
Enable qfile tests for platforms without network
Currently network is only required to gather the host info for one test case. That does not justify to disable all other tests, which can provide useful information on the state when doing a port. Hence disable that testcase if no network is available. Change-Id: I202ef49b3e07ae69ec85ee0432ae0a771a90e816 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/auto/corelib/io/io.pro')
-rw-r--r--tests/auto/corelib/io/io.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/io.pro b/tests/auto/corelib/io/io.pro
index 11815c6160..259463f976 100644
--- a/tests/auto/corelib/io/io.pro
+++ b/tests/auto/corelib/io/io.pro
@@ -43,7 +43,6 @@ SUBDIRS=\
qsettings
!qtHaveModule(network): SUBDIRS -= \
- qfile \
qiodevice \
qprocess \
qtextstream