summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/graphicsview/qgraphicsview/qgraphicsview.pro
blob: 927d73129f554d3cf29b166cedaecd37f189d5eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qttest_p4)
TEMPLATE = app
TARGET = tst_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
   }
}