qt5base-lts/tests/auto/corelib/itemmodels/itemmodels.pro
Kent Hansen bb10660bea Make itemmodels autotest build without widgets
Change-Id: I7ff1a575c111452397c3461842c15bb01105cf95
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-06-07 00:38:44 +02:00

12 lines
241 B
Prolog

TEMPLATE=subdirs
SUBDIRS = qabstractitemmodel \
qstringlistmodel
!contains(QT_CONFIG, no-widgets): SUBDIRS += \
qabstractproxymodel \
qidentityproxymodel \
qitemmodel \
qitemselectionmodel \
qsortfilterproxymodel \