diff options
author | Ulf Hermann <ulf.hermann@qt.io> | 2017-01-09 11:24:50 +0100 |
---|---|---|
committer | Ulf Hermann <ulf.hermann@qt.io> | 2017-01-10 16:34:52 +0000 |
commit | 0979c5304c32cdb868b22a021ce505d12d6b1967 (patch) | |
tree | 378465cc7165b86cd3059de96a35402dd651756f /tests/auto/testlib | |
parent | 0dc85f78083f4e2777697d998a5bc3ffdf13a6a1 (diff) | |
download | qtbase-0979c5304c32cdb868b22a021ce505d12d6b1967.tar.gz |
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/testlib')
-rw-r--r-- | tests/auto/testlib/selftests/test/test.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/test/test.pro b/tests/auto/testlib/selftests/test/test.pro index a2a1dd3f0b..a7487736b3 100644 --- a/tests/auto/testlib/selftests/test/test.pro +++ b/tests/auto/testlib/selftests/test/test.pro @@ -1,6 +1,6 @@ CONFIG += testcase SOURCES += ../tst_selftests.cpp -QT = core xml testlib-private +QT = core testlib-private TARGET = ../tst_selftests |