aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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