diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-12-10 14:33:21 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-12-11 16:24:47 (GMT) |
commit | f555e06c3e8eee7cc67218331562c11ad77ec9c4 (patch) | |
tree | 73ab66214618db1837645098fd7c37945bcfcd8e /tests/benchmarks | |
parent | 4e9063d7a8fc79d1cfee71d2c889877264d44086 (diff) | |
download | Qt-f555e06c3e8eee7cc67218331562c11ad77ec9c4.zip Qt-f555e06c3e8eee7cc67218331562c11ad77ec9c4.tar.gz Qt-f555e06c3e8eee7cc67218331562c11ad77ec9c4.tar.bz2 |
Add missing benchmark to the benchmarks.pro
This does not add the benchmark that runs too slowly.
Reviewed-by: jasplin
Diffstat (limited to 'tests/benchmarks')
-rw-r--r-- | tests/benchmarks/benchmarks.pro | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/tests/benchmarks/benchmarks.pro b/tests/benchmarks/benchmarks.pro index 9170039..bffa009 100644 --- a/tests/benchmarks/benchmarks.pro +++ b/tests/benchmarks/benchmarks.pro @@ -20,6 +20,24 @@ SUBDIRS = containers-associative \ qregion \ qvariant \ qwidget \ - qtwidgets + qtwidgets \ + qapplication \ + qdir \ + qdiriterator \ + qgraphicsanchorlayout \ + qgraphicsitem \ + qgraphicswidget \ + qmetaobject \ + qpixmapcache \ + qquaternion \ + qscriptclass \ + qscriptengine \ + qscriptvalue \ + qstringbuilder \ + qstylesheetstyle \ + qsvgrenderer \ + qtableview + + contains(QT_CONFIG, opengl): SUBDIRS += opengl |