Remove widgets dependency from qdatastream autotest
Change-Id: I30ce3ce2d5a0badc7a846256825b4deea8c0856a Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
This commit is contained in:
parent
872b412bcc
commit
1b444d5748
@ -1,6 +1,6 @@
|
|||||||
CONFIG += testcase
|
CONFIG += testcase
|
||||||
TARGET = tst_qdatastream
|
TARGET = tst_qdatastream
|
||||||
QT += widgets testlib
|
QT += testlib
|
||||||
SOURCES = tst_qdatastream.cpp
|
SOURCES = tst_qdatastream.cpp
|
||||||
|
|
||||||
TESTDATA += datastream.q42
|
TESTDATA += datastream.q42
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest/QtTest>
|
||||||
#include <QtGui/QBitmap>
|
#include <QtGui/QBitmap>
|
||||||
|
#include <QtGui/QPalette>
|
||||||
#include <QtGui/QPixmap>
|
#include <QtGui/QPixmap>
|
||||||
#include <QtGui/QPicture>
|
#include <QtGui/QPicture>
|
||||||
#include <QtGui/QTextLength>
|
#include <QtGui/QTextLength>
|
||||||
|
Loading…
Reference in New Issue
Block a user