diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2011-03-04 18:56:55 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2011-03-09 13:11:02 (GMT) |
commit | 76342796aa83761a854fd8c0b477af0a1afc62c4 (patch) | |
tree | a6294c02cc972e90619b5b318a89d021a4b15ed8 /tests/auto/qnetworkdiskcache | |
parent | dc9ddf8e30800aab375587563b377068bbe99532 (diff) | |
download | Qt-76342796aa83761a854fd8c0b477af0a1afc62c4.zip Qt-76342796aa83761a854fd8c0b477af0a1afc62c4.tar.gz Qt-76342796aa83761a854fd8c0b477af0a1afc62c4.tar.bz2 |
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.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qnetworkdiskcache/qnetworkdiskcache.pro b/tests/auto/qnetworkdiskcache/qnetworkdiskcache.pro index 3b13087..c05171d 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 |