summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/itemviews.pro
blob: 2bd8ec43d3195e4dbf98a3d493acfb347549a699 (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
TEMPLATE=subdirs
SUBDIRS=\
   qabstractitemview \
   qcolumnview \
   qdatawidgetmapper \
   qdirmodel \
   qfileiconprovider \
   qheaderview \
   qitemdelegate \
   qitemeditorfactory \
   qitemview \
   qlistview \
   qlistwidget \
   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