qt5base-lts/tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro
Ulf Hermann 0979c5304c 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>
2017-01-10 16:34:52 +00:00

8 lines
149 B
Prolog

CONFIG += testcase
TARGET = tst_qprintdevice
SOURCES += tst_qprintdevice.cpp
QT += printsupport-private testlib
DEFINES += QT_USE_USING_NAMESPACE