diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2010-03-08 11:20:53 (GMT) |
---|---|---|
committer | Samuel Rødal <sroedal@trolltech.com> | 2010-03-08 15:56:11 (GMT) |
commit | d54484122b7653ad1a96e7ef361c6250bb666f3d (patch) | |
tree | e911c017f5b8eb9f0b490f6bb12cc914af7cec93 /tests/benchmarks/gui/painting/painting.pro | |
parent | d241b5a663b9b9ad457ae3b2510b36b72a7bc316 (diff) | |
download | Qt-d54484122b7653ad1a96e7ef361c6250bb666f3d.zip Qt-d54484122b7653ad1a96e7ef361c6250bb666f3d.tar.gz Qt-d54484122b7653ad1a96e7ef361c6250bb666f3d.tar.bz2 |
Added text benchmarks from qtbench to tests/benchmarks
Reviewed-by: Gunnar Sletta
Diffstat (limited to 'tests/benchmarks/gui/painting/painting.pro')
-rw-r--r-- | tests/benchmarks/gui/painting/painting.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/benchmarks/gui/painting/painting.pro b/tests/benchmarks/gui/painting/painting.pro index 2c042b5..76c26c1 100644 --- a/tests/benchmarks/gui/painting/painting.pro +++ b/tests/benchmarks/gui/painting/painting.pro @@ -3,4 +3,5 @@ SUBDIRS = \ qpainter \ qregion \ qtransform \ - qtracebench + qtracebench \ + qtbench |