diff -r dee5afe5301f -r 3f74d0d4af4c tests/benchmarks/gui/graphicsview/qgraphicsview/qgraphicsview.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/benchmarks/gui/graphicsview/qgraphicsview/qgraphicsview.pro Thu Apr 08 14:19:33 2010 +0300 @@ -0,0 +1,16 @@ +load(qttest_p4) +TEMPLATE = app +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 + } +}