tst_qabstractitemmodel does not need QT += widgets

Change-Id: I6f615f849f77df19129efb82acaae387b17a787b
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
bb10
Mark Brand 2012-01-13 17:05:34 +01:00 committed by Qt by Nokia
parent c8f88e6292
commit 6466314625
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CONFIG += testcase
TARGET = tst_qabstractitemmodel
QT += widgets testlib
QT += testlib
mtdir = ../../../other/modeltest
INCLUDEPATH += $$PWD/$${mtdir}