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

SUBDIRS = qstringlistmodel

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

qtHaveModule(widgets) {
    SUBDIRS += \
        qsortfilterproxymodel_regexp \
        qsortfilterproxymodel_regularexpression

    qtHaveModule(sql): SUBDIRS += \
        qitemmodel
}