qt5base-lts/tests/benchmarks/corelib/corelib.pro
Edward Welbourne 548513a4bd Separate out the time, zone, date code from corelib/tools/
We'll be adding calendar code here as well, and tools/ was getting
rather crowded, so it looks like time to move out a reasonably
coherent sub-bundle of it all.

Change-Id: I7e8030f38c31aa307f519dd918a43fc44baa6aa1
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2019-06-06 15:54:32 +02:00

21 lines
351 B
Prolog

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