tests: disable qstandarditemmodel test when building without QtWidgets
This test uses QTreeView. Change-Id: I6ba56ad6ec3687a5b90d516be10d6f88e248d53d Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>bb10
parent
8b6f8d66ec
commit
3f5f692630
|
|
@ -1,4 +1,7 @@
|
|||
TEMPLATE=subdirs
|
||||
SUBDIRS= \
|
||||
qstandarditem \
|
||||
qstandarditemmodel \
|
||||
qstandarditemmodel
|
||||
|
||||
isEmpty(QT.widgets.name):SUBDIRS -= \
|
||||
qstandarditemmodel
|
||||
|
|
|
|||
Loading…
Reference in New Issue