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

SUBDIRS = qabstractitemmodel \
    qstringlistmodel \

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

qtHaveModule(widgets) {
    SUBDIRS += \
        qsortfilterproxymodel

    qtHaveModule(sql): SUBDIRS += \
        qitemmodel
}