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

SUBDIRS = qabstractitemmodel \
    qstringlistmodel \

qtHaveModule(gui): SUBDIRS += \
    qabstractproxymodel \
    qidentityproxymodel \
    qitemselectionmodel \

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