From 00eeed234f7c4cfc357b17424e0dcd714ff65e70 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Tue, 4 Feb 2020 11:47:39 +0100 Subject: Move QOpenGLWidget from QtOpenGL to its own module Same pattern as QtQuickWidgets. Gets rid of QtOpenGL's dependency on QtWidgets. Task-number: QTBUG-74409 Change-Id: I4f9b55c23e25a1e0519734037b768a16e870c7d2 Reviewed-by: Laszlo Agocs --- tests/auto/widgets/graphicsview/qgraphicsview/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/widgets/graphicsview/qgraphicsview/CMakeLists.txt') diff --git a/tests/auto/widgets/graphicsview/qgraphicsview/CMakeLists.txt b/tests/auto/widgets/graphicsview/qgraphicsview/CMakeLists.txt index 17c9571d62..48064c2bf4 100644 --- a/tests/auto/widgets/graphicsview/qgraphicsview/CMakeLists.txt +++ b/tests/auto/widgets/graphicsview/qgraphicsview/CMakeLists.txt @@ -28,4 +28,5 @@ add_qt_test(tst_qgraphicsview extend_target(tst_qgraphicsview CONDITION QT_FEATURE_opengl PUBLIC_LIBRARIES Qt::OpenGL + Qt::OpenGLWidgets ) -- cgit v1.2.3