summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/itemviews.pro
blob: fc338fdb7b229e6594b48984bda235b9a84519e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
TEMPLATE=subdirs
SUBDIRS=\
   qabstractitemview \
   qabstractproxymodel \
   qcolumnview \
   qdatawidgetmapper \
   qdirmodel \
   qfileiconprovider \
   qheaderview \
   qidentityproxymodel \
   qitemdelegate \
   qitemeditorfactory \
   qitemselectionmodel \
   qitemview \
   qlistview \
   qlistwidget \
   qsortfilterproxymodel \
   qstandarditem \
   qstandarditemmodel \
   qstringlistmodel \
   qtableview \
   qtablewidget \
   qtreeview \
   qtreewidget \
   qtreewidgetitemiterator \

!contains(QT_CONFIG, private_tests): SUBDIRS -= \
    qcolumnview \
    qlistwidget \

# This test takes too long to run on IRIX, so skip it on that platform
irix-*:SUBDIRS -= qitemview