3c4ea1b3c6
Move all widget-dependent benchmarks which were still in gui subdirectory to widgets Task-number: QTBUG-23129 Change-Id: I1359f1ea4036cacdfdbe08ff9ecdf1e2c75a005b Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
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)
|