summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/graphicsview/qgraphicsview/qgraphicsview.pro
blob: 0a9536a74f90c289ba8780117fd73b29c440768d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load(qttest_p4)
QT += widgets
TEMPLATE = app
TARGET = tst_bench_qgraphicsview

SOURCES += tst_qgraphicsview.cpp
RESOURCES += qgraphicsview.qrc

include(chiptester/chiptester.pri)

symbian {
   qt_not_deployed {
      plugins.files = qjpeg.dll
      plugins.path = imageformats
      DEPLOYMENT += plugins
   }
}