3c4ea1b3c6
Move all widget-dependent benchmarks which were still in gui subdirectory to widgets Task-number: QTBUG-23129 Change-Id: I1359f1ea4036cacdfdbe08ff9ecdf1e2c75a005b Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
14 lines
270 B
Prolog
14 lines
270 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
graphicsview \
|
|
itemviews \
|
|
kernel \
|
|
styles \
|
|
widgets \
|
|
|
|
TRUSTED_BENCHMARKS += \
|
|
graphicsview/functional/GraphicsViewBenchmark \
|
|
graphicsview/qgraphicsview
|
|
|
|
include(../trusted-benchmarks.pri)
|