aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-01-20 14:17:19 +0100
committerUlf Hermann <ulf.hermann@qt.io>2020-01-20 16:39:09 +0100
commita0872e077f6054032ca1462fb6225e333285957d (patch)
tree595fbe1f0bea48b91ee9ed84bbdd7d0dd1fd13e1 /tests/benchmarks
parent0ced82a8cf8472a79b08db05d441caf778ac9131 (diff)
Explicitly link paintbenchmark against widgets
Change-Id: Ife5ef02c77e2770bc67c28952830fbafba5f5cd1 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/qml/painting/painting.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/benchmarks/qml/painting/painting.pro b/tests/benchmarks/qml/painting/painting.pro
index 7e97915f43..633be76e30 100644
--- a/tests/benchmarks/qml/painting/painting.pro
+++ b/tests/benchmarks/qml/painting/painting.pro
@@ -1,6 +1,7 @@
requires(qtHaveModule(opengl))
+requires(qtHaveModule(widgets))
-QT += opengl
+QT += opengl widgets
CONFIG += console
macx:CONFIG -= app_bundle