574c2e7fee
Fix usage of API that is marked deprecated. Change-Id: Ib9a45e93084fb5b0d0d3aefd64b755dff7c696d6 Reviewed-by: Andreas Aardal Hanssen <andreas@hanssen.name>
10 lines
172 B
Prolog
10 lines
172 B
Prolog
QT += widgets testlib
|
|
|
|
TEMPLATE = app
|
|
TARGET = tst_bench_qgraphicsview
|
|
|
|
SOURCES += tst_qgraphicsview.cpp
|
|
RESOURCES += qgraphicsview.qrc
|
|
|
|
include(chiptester/chiptester.pri)
|