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)
|