qt5base-lts/tests/benchmarks/gui/graphicsview/qgraphicsview/qgraphicsview.pro

22 lines
384 B
Prolog
Raw Normal View History

load(qttest_p4)
2011-05-23 14:49:06 +00:00
QT += widgets
# 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
}
}