diff options
author | Fabian Kosmale <fabian.kosmale@qt.io> | 2020-02-27 08:01:14 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@qt.io> | 2020-03-09 10:54:45 +0100 |
commit | 8e67e31a3b554f2932085e0d4692e84af4a63429 (patch) | |
tree | 6dd60c8f8bad5d30c2d563c0099ba93399b41d5c /tests/benchmarks/qml | |
parent | a4a56ddd410f2175fdad31eac43f36ab4d513b34 (diff) | |
download | qtdeclarative-8e67e31a3b554f2932085e0d4692e84af4a63429.tar.gz |
painting benchmark: adapt to openglwidgets split
Change-Id: I603635dfaaa455a5a66d7a791a36008f9fb9b770
Reviewed-by: Johan Helsing <johanhelsing@gmail.com>
Diffstat (limited to 'tests/benchmarks/qml')
-rw-r--r-- | tests/benchmarks/qml/painting/painting.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/qml/painting/painting.pro b/tests/benchmarks/qml/painting/painting.pro index 633be76e30..9948df511a 100644 --- a/tests/benchmarks/qml/painting/painting.pro +++ b/tests/benchmarks/qml/painting/painting.pro @@ -1,7 +1,7 @@ requires(qtHaveModule(opengl)) requires(qtHaveModule(widgets)) -QT += opengl widgets +QT += opengl widgets openglwidgets CONFIG += console macx:CONFIG -= app_bundle |