diff options
author | jasplin <qt-info@nokia.com> | 2011-04-26 10:37:50 (GMT) |
---|---|---|
committer | jasplin <qt-info@nokia.com> | 2011-04-26 10:39:51 (GMT) |
commit | cce5162ad3b6504f373ad31b6adf7a1d21367181 (patch) | |
tree | 141bbfcee61b14b0b9fc5dca63fceeb0af0b9f3b /tests/benchmarks | |
parent | 83b7f27082841aae59b9236d6f6b3f255c9d94b1 (diff) | |
download | Qt-cce5162ad3b6504f373ad31b6adf7a1d21367181.zip Qt-cce5162ad3b6504f373ad31b6adf7a1d21367181.tar.gz Qt-cce5162ad3b6504f373ad31b6adf7a1d21367181.tar.bz2 |
Cleaned up benchmark project files.
Reviewed-by: Sergio Ahumada
Diffstat (limited to 'tests/benchmarks')
-rw-r--r-- | tests/benchmarks/corelib/io/qdir/qdir.pro | 4 | ||||
-rw-r--r-- | tests/benchmarks/script/script.pro | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/benchmarks/corelib/io/qdir/qdir.pro b/tests/benchmarks/corelib/io/qdir/qdir.pro index c572566..2c18e75 100644 --- a/tests/benchmarks/corelib/io/qdir/qdir.pro +++ b/tests/benchmarks/corelib/io/qdir/qdir.pro @@ -1,2 +1,4 @@ TEMPLATE = subdirs -SUBDIRS = 10000 +SUBDIRS = \ + 10000 \ + tree diff --git a/tests/benchmarks/script/script.pro b/tests/benchmarks/script/script.pro index 80278d0..5da05e7 100644 --- a/tests/benchmarks/script/script.pro +++ b/tests/benchmarks/script/script.pro @@ -14,7 +14,6 @@ TRUSTED_BENCHMARKS += \ qscriptclass \ qscriptvalue \ qscriptengine \ - qscriptobject \ - context2d + qscriptqobject include(../trusted-benchmarks.pri) |