From 98f7eba6cffc7676b791ef1e58a837b38d99ffd3 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Thu, 22 Mar 2018 10:59:38 +0100 Subject: Benchmarks/QGraphicsView: re-enable graphicslayout/graphicslinearlayout 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 --- .../benchmarks/widgets/graphicsview/qgraphicslayout/qgraphicslayout.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/benchmarks/widgets/graphicsview/qgraphicslayout/qgraphicslayout.pro') diff --git a/tests/benchmarks/widgets/graphicsview/qgraphicslayout/qgraphicslayout.pro b/tests/benchmarks/widgets/graphicsview/qgraphicslayout/qgraphicslayout.pro index 9026fb37d8..a20d9e0921 100644 --- a/tests/benchmarks/widgets/graphicsview/qgraphicslayout/qgraphicslayout.pro +++ b/tests/benchmarks/widgets/graphicsview/qgraphicslayout/qgraphicslayout.pro @@ -1,5 +1,5 @@ TEMPLATE = app TARGET = tst_bench_qgraphicslayout -QT += testlib +QT += testlib widgets SOURCES += tst_qgraphicslayout.cpp -- cgit v1.2.3