summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/corelib.pro
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-11-07 00:00:10 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-11-07 00:00:10 (GMT)
commit9ff56c800aaf7b1e7d2a26b24601936fabfbcc3f (patch)
tree84d3836ef6db244633c569e8c5bc77809416ca9f /tests/benchmarks/corelib/corelib.pro
parent1f7fe30841f6bd3557c9c5d90faeaeb162c4a967 (diff)
parentfe949effc79830f7e40ddd238114dc8e0553291c (diff)
downloadQt-9ff56c800aaf7b1e7d2a26b24601936fabfbcc3f.zip
Qt-9ff56c800aaf7b1e7d2a26b24601936fabfbcc3f.tar.gz
Qt-9ff56c800aaf7b1e7d2a26b24601936fabfbcc3f.tar.bz2
Merge branch 'master-upstream' into master-water
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