qt5base-lts/tests/benchmarks/gui/gui.pro
Rohan McGovern 650cdb62bd Make benchmarks compile without QtWidgets
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>
2012-07-30 10:43:50 +02:00

22 lines
418 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
animation \
graphicsview \
image \
itemviews \
kernel \
math3d \
painting \
styles \
text
TRUSTED_BENCHMARKS += \
graphicsview/functional/GraphicsViewBenchmark \
graphicsview/qgraphicsview \
painting/qtracebench
include(../trusted-benchmarks.pri)
isEmpty(QT.widgets.name): SUBDIRS -= \
itemviews