tst_qimagereader: does not depend on QtWidgets
Both tst_qimagereader.cpp and tst_qimagewriter.cpp do not depend on QtWidgets. Change-Id: I7e8b31c23db203c44ccb4cd4e8e747d18c5d7ed7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>bb10
parent
c3b72e9c2f
commit
9f86923b5c
|
|
@ -2,7 +2,7 @@ CONFIG += testcase
|
|||
TARGET = tst_qimagereader
|
||||
SOURCES += tst_qimagereader.cpp
|
||||
MOC_DIR=tmp
|
||||
QT += widgets widgets-private core-private gui-private network testlib
|
||||
QT += core-private gui-private network testlib
|
||||
RESOURCES += qimagereader.qrc
|
||||
|
||||
win32-msvc:QMAKE_CXXFLAGS -= -Zm200
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@
|
|||
#include <QImage>
|
||||
#include <QImageReader>
|
||||
#include <QImageWriter>
|
||||
#include <QLabel>
|
||||
#include <QPixmap>
|
||||
#include <QSet>
|
||||
#include <QTcpSocket>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
CONFIG += testcase
|
||||
TARGET = tst_qimagewriter
|
||||
QT += widgets testlib
|
||||
QT += testlib
|
||||
SOURCES += tst_qimagewriter.cpp
|
||||
MOC_DIR=tmp
|
||||
win32-msvc:QMAKE_CXXFLAGS -= -Zm200
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@
|
|||
#include <QImage>
|
||||
#include <QImageReader>
|
||||
#include <QImageWriter>
|
||||
#include <QLabel>
|
||||
#include <QPainter>
|
||||
#include <QSet>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue