2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = \
|
|
|
|
io \
|
2012-01-18 09:12:50 +00:00
|
|
|
json \
|
2011-04-27 10:05:43 +00:00
|
|
|
kernel \
|
|
|
|
thread \
|
|
|
|
tools \
|
|
|
|
codecs \
|
|
|
|
plugin
|
|
|
|
|
|
|
|
TRUSTED_BENCHMARKS += \
|
|
|
|
kernel/qmetaobject \
|
|
|
|
kernel/qmetatype \
|
|
|
|
kernel/qobject \
|
|
|
|
thread/qthreadstorage \
|
|
|
|
io/qdir/tree
|
|
|
|
|
2012-01-18 09:12:50 +00:00
|
|
|
include(../trusted-benchmarks.pri)
|