tests/benchmarks/qgraphicsview/qgraphicsview.pro
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     1 load(qttest_p4)
     1 load(qttest_p4)
     2 TEMPLATE = app
     2 TEMPLATE = app
     3 TARGET = tst_qgraphicsview
     3 TARGET = tst_bench_qgraphicsview
     4 
     4 
     5 SOURCES += tst_qgraphicsview.cpp
     5 SOURCES += tst_qgraphicsview.cpp
     6 RESOURCES += qgraphicsview.qrc
     6 RESOURCES += qgraphicsview.qrc
     7 
     7 
     8 include(chiptester/chiptester.pri)
     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 }