summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/corelib.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/corelib.pro')
-rw-r--r--tests/benchmarks/corelib/corelib.pro10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/benchmarks/corelib/corelib.pro b/tests/benchmarks/corelib/corelib.pro
index 8a6941b..335280e 100644
--- a/tests/benchmarks/corelib/corelib.pro
+++ b/tests/benchmarks/corelib/corelib.pro
@@ -4,5 +4,13 @@ SUBDIRS = \
kernel \
thread \
tools \
- codecs \
+ codecs \
plugin
+
+TRUSTED_BENCHMARKS += \
+ kernel/qmetaobject \
+ kernel/qmetatype \
+ kernel/qobject \
+ thread/qthreadstorage
+
+include(../trusted-benchmarks.pri) \ No newline at end of file