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/qnetworkreply/test | |
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/qnetworkreply/test')
-rw-r--r-- | tests/auto/qnetworkreply/test/test.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qnetworkreply/test/test.pro b/tests/auto/qnetworkreply/test/test.pro index 12fdf04..80b879a 100644 --- a/tests/auto/qnetworkreply/test/test.pro +++ b/tests/auto/qnetworkreply/test/test.pro @@ -1,4 +1,5 @@ load(qttest_p4) +QT -= gui SOURCES += ../tst_qnetworkreply.cpp TARGET = ../tst_qnetworkreply |