20 lines
336 B
Prolog
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)
|