summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2024-03-20 11:29:21 -0700
committerThiago Macieira <thiago.macieira@intel.com>2024-04-03 14:15:43 -0700
commit43cefd882e15f1b3b99d25a17db2057411ff465c (patch)
tree243e0d69fe7a43dd43587ab10e6d2e046f2c9e52
parent60417a265a152aaa21081d8b4f2ad28c9730ca0f (diff)
XCB: remove dependency on QtOpenGLPrivate
We don't use that in the XCB library or plugin anywhere. Pick-to: 6.7 Change-Id: I5f663c2f9f4149af84fefffd17be8c7f3bd7bd14 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
-rw-r--r--src/plugins/platforms/xcb/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/platforms/xcb/CMakeLists.txt b/src/plugins/platforms/xcb/CMakeLists.txt
index 9322916d21..e8fb442dd4 100644
--- a/src/plugins/platforms/xcb/CMakeLists.txt
+++ b/src/plugins/platforms/xcb/CMakeLists.txt
@@ -72,11 +72,6 @@ qt_disable_apple_app_extension_api_only(XcbQpaPrivate)
## Scopes:
#####################################################################
-qt_internal_extend_target(XcbQpaPrivate CONDITION QT_FEATURE_opengl
- PUBLIC_LIBRARIES
- Qt::OpenGLPrivate
-)
-
qt_internal_extend_target(XcbQpaPrivate CONDITION QT_FEATURE_glib
LIBRARIES
GLIB2::GLIB2