From a0872e077f6054032ca1462fb6225e333285957d Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 20 Jan 2020 14:17:19 +0100 Subject: Explicitly link paintbenchmark against widgets Change-Id: Ife5ef02c77e2770bc67c28952830fbafba5f5cd1 Reviewed-by: Simon Hausmann --- tests/benchmarks/qml/painting/painting.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/benchmarks') 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 -- cgit v1.2.3