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
219 B
Prolog
14 lines
219 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
animation \
|
|
image \
|
|
kernel \
|
|
math3d \
|
|
painting \
|
|
text
|
|
|
|
TRUSTED_BENCHMARKS += \
|
|
painting/qtracebench
|
|
|
|
include(../trusted-benchmarks.pri)
|