qt5base-lts/tests/benchmarks/gui/gui.pro
Christian Ehrlicher 3c4ea1b3c6 Benchmark: move widgets benchmarks still in gui subdirectory to widgets
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>
2018-03-27 16:50:44 +00:00

14 lines
219 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
animation \
image \
kernel \
math3d \
painting \
text
TRUSTED_BENCHMARKS += \
painting/qtracebench
include(../trusted-benchmarks.pri)