650cdb62bd
Ensure benchmarks which need QtWidgets are gracefully disabled when that module is unavailable. Fixed one unnecessary usage of "QT+=widgets". Change-Id: I8031b5dca585749f0f4d22e0637adc3f57f4e418 Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
17 lines
374 B
Prolog
17 lines
374 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
functional \
|
|
qgraphicsanchorlayout \
|
|
qgraphicsitem \
|
|
#qgraphicslayout \ # FIXME: broken
|
|
qgraphicsscene \
|
|
qgraphicsview \
|
|
qgraphicswidget
|
|
|
|
isEmpty(QT.widgets.name): SUBDIRS -= \
|
|
qgraphicsanchorlayout \
|
|
qgraphicsitem \
|
|
qgraphicsscene \
|
|
qgraphicsview \
|
|
qgraphicswidget
|