9f1aa866bd
Task-number: QTBUG-19013 Change-Id: Ibb776f5967c0645ce6d22ef7afdc40657c575461 Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
34 lines
685 B
Prolog
34 lines
685 B
Prolog
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
|
|
|