summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/graphicsview/qgraphicsview/qgraphicsview.pro
blob: 222788705331735ec3f14f4fbd19ce3e61c09378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
load(qttest_p4)

# do not run benchmarks by default in 'make check'
CONFIG -= testcase

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
   }
}