--- a/tests/benchmarks/qgraphicsview/qgraphicsview.pro Tue Jan 26 12:42:25 2010 +0200
+++ b/tests/benchmarks/qgraphicsview/qgraphicsview.pro Tue Feb 02 00:43:10 2010 +0200
@@ -1,8 +1,16 @@
load(qttest_p4)
TEMPLATE = app
-TARGET = tst_qgraphicsview
+TARGET = tst_bench_qgraphicsview
SOURCES += tst_qgraphicsview.cpp
RESOURCES += qgraphicsview.qrc
include(chiptester/chiptester.pri)
+
+symbian {
+ qt_not_deployed {
+ plugins.sources = qjpeg.dll
+ plugins.path = imageformats
+ DEPLOYMENT += plugins
+ }
+}