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:
Kent Hansen 2012-06-05 13:06:27 +02:00 committed by Qt by Nokia
parent 872b412bcc
commit 1b444d5748
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CONFIG += testcase
TARGET = tst_qdatastream
QT += widgets testlib
QT += testlib
SOURCES = tst_qdatastream.cpp
TESTDATA += datastream.q42

View File

@ -41,6 +41,7 @@
#include <QtTest/QtTest>
#include <QtGui/QBitmap>
#include <QtGui/QPalette>
#include <QtGui/QPixmap>
#include <QtGui/QPicture>
#include <QtGui/QTextLength>