summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui.pro
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/gui.pro
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/gui.pro')
-rw-r--r--tests/auto/gui.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro
index 07dc5ef488..356a98d584 100644
--- a/tests/auto/gui.pro
+++ b/tests/auto/gui.pro
@@ -113,9 +113,6 @@ SUBDIRS=\
qmouseevent_modal \
qmovie \
qnetworkaccessmanager_and_qprogressdialog \
- qnetworkcachemetadata \
- qnetworkdiskcache \
- qnetworkreply \
qpaintengine \
qpainterpath \
qpainterpathstroker \
@@ -168,7 +165,6 @@ SUBDIRS=\
qtabbar \
qtableview \
qtablewidget \
- qtcpserver \
qtcpsocket \
qtessellator \
qtextblock \
@@ -195,7 +191,6 @@ SUBDIRS=\
qtreeview \
qtreewidget \
qtreewidgetitemiterator \
- qudpsocket \
qundogroup \
qundostack \
qvectornd \