summaryrefslogtreecommitdiffstats
path: root/tests/auto/printsupport/kernel/qprintdevice
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/printsupport/kernel/qprintdevice
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/printsupport/kernel/qprintdevice')
-rw-r--r--tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro b/tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro
index 56c1b60d94..a859f15fbb 100644
--- a/tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro
+++ b/tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro
@@ -2,6 +2,6 @@ CONFIG += testcase
TARGET = tst_qprintdevice
SOURCES += tst_qprintdevice.cpp
-QT += printsupport-private network testlib
+QT += printsupport-private testlib
DEFINES += QT_USE_USING_NAMESPACE