98f7eba6cf
The two benchmarks graphicslayout and graphicslinearlayout were disabled for some time. Fixed the compile errors and readded them so there is at least no bitrotting. Task-number: QTBUG-27461 Change-Id: Ib0c878e97693c0ad3bf87e658d493da61f5174ee Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
6 lines
108 B
Prolog
6 lines
108 B
Prolog
TEMPLATE = app
|
|
TARGET = tst_bench_qgraphicslayout
|
|
QT += testlib widgets
|
|
SOURCES += tst_qgraphicslayout.cpp
|
|
|