Removed unneeded printsupport dependency from qpainter autotest

Change-Id: I906726a3d77572b9e054adbc68c4755dd663ad87
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Oliver Wolff 2013-02-19 13:15:57 +01:00 committed by The Qt Project
parent 1a6bea1ceb
commit bf04283b4e
2 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,6 @@ TARGET = tst_qpainter
QT += testlib
qtHaveModule(widgets): QT += widgets widgets-private
qtHaveModule(widgets):!wince*: QT += printsupport
SOURCES += tst_qpainter.cpp

View File

@ -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>