summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-01-09 11:24:50 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-01-10 16:34:52 +0000
commit0979c5304c32cdb868b22a021ce505d12d6b1967 (patch)
tree378465cc7165b86cd3059de96a35402dd651756f /tests/auto/other
parent0dc85f78083f4e2777697d998a5bc3ffdf13a6a1 (diff)
Drop unnecessary dependencies from some tests
The future tests don't need QtConcurrent as QFuture and friends are in QtCore. The printdevice test doesn't use QtNetwork and the lancelot as well as the testlib tests don't use QtXml. Change-Id: I150ac99b36682aa23ad22ba943266eb0f0952838 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'tests/auto/other')
-rw-r--r--tests/auto/other/lancelot/lancelot.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/lancelot/lancelot.pro b/tests/auto/other/lancelot/lancelot.pro
index e9c9af7143..b492611ca7 100644
--- a/tests/auto/other/lancelot/lancelot.pro
+++ b/tests/auto/other/lancelot/lancelot.pro
@@ -1,7 +1,7 @@
CONFIG += testcase
CONFIG -= app_bundle
TARGET = tst_lancelot
-QT += xml testlib
+QT += testlib
SOURCES += tst_lancelot.cpp \
paintcommands.cpp