summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkdiskcache
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-03-04 18:56:55 +0000
committerShane Kearns <shane.kearns@accenture.com>2011-03-09 13:11:02 +0000
commit76342796aa83761a854fd8c0b477af0a1afc62c4 (patch)
treea6294c02cc972e90619b5b318a89d021a4b15ed8 /tests/auto/qnetworkdiskcache
parentdc9ddf8e30800aab375587563b377068bbe99532 (diff)
Move some network tests from gui.pro to network.pro
These network tests have no dependency on the QtGui dll, so I have moved them to the network autotest group. In some cases this was not stated in the tests' .pro files. The gui autotest group still has a network test (qtcpsocket), but this has a dependency on QtGui for one test case (which uses QMessageBox) Reviewed-by: Markus Goetz
Diffstat (limited to 'tests/auto/qnetworkdiskcache')
-rw-r--r--tests/auto/qnetworkdiskcache/qnetworkdiskcache.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qnetworkdiskcache/qnetworkdiskcache.pro b/tests/auto/qnetworkdiskcache/qnetworkdiskcache.pro
index 3b13087836..c05171dac7 100644
--- a/tests/auto/qnetworkdiskcache/qnetworkdiskcache.pro
+++ b/tests/auto/qnetworkdiskcache/qnetworkdiskcache.pro
@@ -1,4 +1,5 @@
load(qttest_p4)
+QT -= gui
QT += network
SOURCES += tst_qnetworkdiskcache.cpp