0979c5304c
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>
8 lines
149 B
Prolog
8 lines
149 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qprintdevice
|
|
SOURCES += tst_qprintdevice.cpp
|
|
|
|
QT += printsupport-private testlib
|
|
|
|
DEFINES += QT_USE_USING_NAMESPACE
|