summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/itemmodels.pro
blob: 3f726692ff7e06ee57e3373b8ebc448f243bdb59 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE=subdirs

SUBDIRS = qabstractitemmodel \
    qabstractproxymodel \
    qidentityproxymodel \
    qitemselectionmodel \
    qstringlistmodel \

qtHaveModule(widgets): SUBDIRS += \
    qitemmodel \
    qsortfilterproxymodel \