QAbstractProxyModel autotest doesn't need widgets

After the QStandardItemModel move to QtGui.

Change-Id: I2be82d89518ff97cf164026ee8b13a41f9c93d4a
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
This commit is contained in:
Giuseppe D'Angelo 2012-06-29 12:40:03 +01:00 committed by Qt by Nokia
parent dba22bc036
commit 985292b0a3

View File

@ -1,5 +1,5 @@
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qabstractproxymodel
QT += widgets testlib
QT += testlib
SOURCES += tst_qabstractproxymodel.cpp