Make itemmodels autotest build without widgets
Change-Id: I7ff1a575c111452397c3461842c15bb01105cf95 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>bb10
parent
6f1b118b4d
commit
bb10660bea
|
|
@ -1,9 +1,11 @@
|
|||
TEMPLATE=subdirs
|
||||
|
||||
SUBDIRS = qabstractitemmodel \
|
||||
qstringlistmodel
|
||||
|
||||
!contains(QT_CONFIG, no-widgets): SUBDIRS += \
|
||||
qabstractproxymodel \
|
||||
qidentityproxymodel \
|
||||
qitemmodel \
|
||||
qitemselectionmodel \
|
||||
qsortfilterproxymodel \
|
||||
qstringlistmodel
|
||||
|
|
|
|||
Loading…
Reference in New Issue