29 lines
561 B
Prolog
29 lines
561 B
Prolog
|
TEMPLATE=subdirs
|
||
|
SUBDIRS=\
|
||
|
qabstractitemview \
|
||
|
qcolumnview \
|
||
|
qdatawidgetmapper \
|
||
|
qdirmodel \
|
||
|
qfileiconprovider \
|
||
|
qheaderview \
|
||
|
qitemdelegate \
|
||
|
qitemeditorfactory \
|
||
|
qitemview \
|
||
|
qlistview \
|
||
|
qlistwidget \
|
||
|
qstandarditem \
|
||
|
qstandarditemmodel \
|
||
|
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
|
||
|
|