summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/widgets/graphicsview
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-11 19:09:45 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-12 11:41:39 +0100
commit8facb31fde586acc1bdf6c74c198560833fe3dd8 (patch)
tree8f7c93aa0978940d0241fd89addfea1c492491f1 /tests/benchmarks/widgets/graphicsview
parentaa77fbca696ce4b107cd0bf866ac7676608f183b (diff)
CMake: Regenerate tests projects
Change-Id: I559bf2c82d83fac9bd3c52a331d99e1e83bc3f87 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/benchmarks/widgets/graphicsview')
-rw-r--r--tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark/CMakeLists.txt b/tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark/CMakeLists.txt
index 8fac5c3497..e5398b4c1e 100644
--- a/tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark/CMakeLists.txt
+++ b/tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark/CMakeLists.txt
@@ -364,4 +364,5 @@ add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark3"
extend_target(tst_GraphicsViewBenchmark CONDITION TARGET Qt::OpenGL
PUBLIC_LIBRARIES
Qt::OpenGL
+ Qt::OpenGLWidgets
)