a9aa206b7b
This includes byte array, string, char, unicode, locale, collation and regular expressions. Change-Id: I8b125fa52c8c513eb57a0f1298b91910e5a0d786 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
22 lines
366 B
Prolog
22 lines
366 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
io \
|
|
json \
|
|
mimetypes \
|
|
kernel \
|
|
text \
|
|
thread \
|
|
time \
|
|
tools \
|
|
codecs \
|
|
plugin
|
|
|
|
TRUSTED_BENCHMARKS += \
|
|
kernel/qmetaobject \
|
|
kernel/qmetatype \
|
|
kernel/qobject \
|
|
thread/qthreadstorage \
|
|
io/qdir/tree
|
|
|
|
include(../trusted-benchmarks.pri)
|