qt5base-lts/tests/auto/corelib/itemmodels/itemmodels.pro
Sergio Ahumada 13d7823ef7 tests: Enable some itemmodels tests that don't depend on Qt Widgets
Make qabstractproxymodel and qidentityproxymodel build and run
even if -no-widgets is used since they don't depend on Qt Widgets.

Change-Id: I48bc2f6a78812b1bf0083f76c6a4e106f4e38650
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2013-08-05 13:26:15 +02:00

12 lines
232 B
Prolog

TEMPLATE=subdirs
SUBDIRS = qabstractitemmodel \
qabstractproxymodel \
qidentityproxymodel \
qstringlistmodel \
qtHaveModule(widgets): SUBDIRS += \
qitemmodel \
qitemselectionmodel \
qsortfilterproxymodel \