tst_qabstractitemmodel does not need QT += widgets

Change-Id: I6f615f849f77df19129efb82acaae387b17a787b
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
Mark Brand 2012-01-13 17:05:34 +01:00 committed by Qt by Nokia
parent c8f88e6292
commit 6466314625

View File

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