summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/widgets/graphicsview/graphicsview.pro
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2018-03-22 10:59:38 +0100
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2018-04-04 06:54:39 +0000
commit98f7eba6cffc7676b791ef1e58a837b38d99ffd3 (patch)
tree76babab2f458a2e1cfb6c837cca0cab6f177dfbc /tests/benchmarks/widgets/graphicsview/graphicsview.pro
parent29bb28d52305a7a47759cf9bb8395e2132bf68bc (diff)
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 <richard.gustavsen@qt.io>
Diffstat (limited to 'tests/benchmarks/widgets/graphicsview/graphicsview.pro')
-rw-r--r--tests/benchmarks/widgets/graphicsview/graphicsview.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/widgets/graphicsview/graphicsview.pro b/tests/benchmarks/widgets/graphicsview/graphicsview.pro
index 5a4722ca62..8344cd4edf 100644
--- a/tests/benchmarks/widgets/graphicsview/graphicsview.pro
+++ b/tests/benchmarks/widgets/graphicsview/graphicsview.pro
@@ -3,8 +3,8 @@ SUBDIRS = \
functional \
qgraphicsanchorlayout \
qgraphicsitem \
- #qgraphicslayout \ # FIXME: broken
- #qgraphicslinearlayout \ # FIXME: broken?
+ qgraphicslayout \
+ qgraphicslinearlayout \
qgraphicsscene \
qgraphicsview \
qgraphicswidget