Files
qt5.12.8/tests/benchmarks/corelib/corelib.pro
2025-08-26 22:57:23 +08:00

20 lines
336 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
io \
json \
mimetypes \
kernel \
thread \
tools \
codecs \
plugin
TRUSTED_BENCHMARKS += \
kernel/qmetaobject \
kernel/qmetatype \
kernel/qobject \
thread/qthreadstorage \
io/qdir/tree
include(../trusted-benchmarks.pri)