Removed unneeded printsupport dependency from qpainter autotest
Change-Id: I906726a3d77572b9e054adbc68c4755dd663ad87 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
1a6bea1ceb
commit
bf04283b4e
@ -4,7 +4,6 @@ TARGET = tst_qpainter
|
||||
|
||||
QT += testlib
|
||||
qtHaveModule(widgets): QT += widgets widgets-private
|
||||
qtHaveModule(widgets):!wince*: QT += printsupport
|
||||
|
||||
SOURCES += tst_qpainter.cpp
|
||||
|
||||
|
@ -53,9 +53,6 @@
|
||||
#include <qthread.h>
|
||||
#include <limits.h>
|
||||
#if !defined(Q_OS_WINCE)
|
||||
#ifndef QT_NO_WIDGETS
|
||||
#include <qprinter.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#endif
|
||||
#include <qpaintengine.h>
|
||||
|
Loading…
Reference in New Issue
Block a user