Remove QImageReader benchmark dependency on QtWidgets.

The QLabel is not actually used.

Change-Id: Ia3f43b734fa52ad002111943ed1ba55b9e8a678c
Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
Stephen Kelly 2012-10-16 11:43:53 +02:00 committed by The Qt Project
parent 3928bd0606
commit c153f471d2
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
QT += widgets testlib
QT += testlib
TEMPLATE = app
TARGET = tst_bench_qimagereader

View File

@ -46,7 +46,6 @@
#include <QImage>
#include <QImageReader>
#include <QImageWriter>
#include <QLabel>
#include <QPixmap>
#include <QSet>
#include <QTcpSocket>