tests/benchmarks/gui/graphicsview/qgraphicsview/qgraphicsview.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     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 }