tests/benchmarks/gui/graphicsview/qgraphicsview/qgraphicsview.pro
changeset 18 2f34d5167611
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
       
     1 load(qttest_p4)
       
     2 TEMPLATE = app
       
     3 TARGET = tst_bench_qgraphicsview
       
     4 
       
     5 SOURCES += tst_qgraphicsview.cpp
       
     6 RESOURCES += qgraphicsview.qrc
       
     7 
       
     8 include(chiptester/chiptester.pri)
       
     9 
       
    10 symbian {
       
    11    qt_not_deployed {
       
    12       plugins.sources = qjpeg.dll
       
    13       plugins.path = imageformats
       
    14       DEPLOYMENT += plugins
       
    15    }
       
    16 }