summaryrefslogtreecommitdiff
path: root/tests/auto/client/scaling/tst_scaling.cpp
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-03-06 14:37:17 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-06 14:14:08 +0000
commit1b9e0ccebf0b5014d25223116ed3e85ea4691e3d (patch)
tree7fae2f8b3d2f0c59c8e6726f653ccb13b7f9bb21 /tests/auto/client/scaling/tst_scaling.cpp
parent6d6fc53e71e4b92ca61b7db2b446c3f4b14157d8 (diff)
downloadqtwayland-1b9e0ccebf0b5014d25223116ed3e85ea4691e3d.tar.gz
Compile with -no-opengl
A few of the tests were including Qt OpenGL for no good reason, and the link step should be optional. Fixes: QTBUG-110420 Change-Id: Icb78c15e49070c6938bf9bb75abfed677af6785b Reviewed-by: Inho Lee <inho.lee@qt.io> Reviewed-by: David Edmundson <davidedmundson@kde.org> (cherry picked from commit 83599e16789f945ef15954f2a2aabb37b245e596) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests/auto/client/scaling/tst_scaling.cpp')
-rw-r--r--tests/auto/client/scaling/tst_scaling.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/client/scaling/tst_scaling.cpp b/tests/auto/client/scaling/tst_scaling.cpp
index bceea92d..f94c37cc 100644
--- a/tests/auto/client/scaling/tst_scaling.cpp
+++ b/tests/auto/client/scaling/tst_scaling.cpp
@@ -2,7 +2,6 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#include "mockcompositor.h"
-#include <QtOpenGL/QOpenGLWindow>
#include <QtGui/QRasterWindow>
#include <QtGui/qpa/qplatformnativeinterface.h>
#include <QtWaylandClient/private/wayland-wayland-client-protocol.h>