Remove widgets dependency from qstringlistmodel autotest
Change-Id: I9678f9ee3fd8b01648cf2524452145568cf6fb4f Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
This commit is contained in:
parent
bb10660bea
commit
6f297d9dd4
@ -1,6 +1,6 @@
|
||||
CONFIG += testcase
|
||||
CONFIG += parallel_test
|
||||
TARGET = tst_qstringlistmodel
|
||||
QT += widgets testlib
|
||||
QT = core testlib
|
||||
HEADERS += qmodellistener.h
|
||||
SOURCES += tst_qstringlistmodel.cpp
|
||||
|
@ -41,11 +41,10 @@
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <qabstractitemmodel.h>
|
||||
#include <qapplication.h>
|
||||
#include <qcoreapplication.h>
|
||||
#include <qmap.h>
|
||||
#include <qstringlistmodel.h>
|
||||
#include <qstringlist.h>
|
||||
#include <qlistview.h>
|
||||
#include "qmodellistener.h"
|
||||
#include <qstringlistmodel.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user