summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-05-03 09:46:47 +0200
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-05-03 08:13:56 +0000
commit64b31cafa102c788a25a3d83975da84938a7432b (patch)
treebdabf51c11edc384bd8fa3441184aa476d3909bd /src
parentdb5f99f4513c759bdd971f881ef2046fca72e42f (diff)
cmake: Fix xcb_glx build
Use the actual cmake library target name Change-Id: Icda1d232e3b920bf33ebceb00f39682050f7dedd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/platforms/xcb/gl_integrations/xcb_glx/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/xcb/gl_integrations/xcb_glx/CMakeLists.txt b/src/plugins/platforms/xcb/gl_integrations/xcb_glx/CMakeLists.txt
index 51e5f97658..c8212daae6 100644
--- a/src/plugins/platforms/xcb/gl_integrations/xcb_glx/CMakeLists.txt
+++ b/src/plugins/platforms/xcb/gl_integrations/xcb_glx/CMakeLists.txt
@@ -38,7 +38,7 @@ add_qt_plugin(qxcb-glx-integration
extend_target(qxcb-glx-integration CONDITION QT_FEATURE_xcb_glx
PUBLIC_LIBRARIES
- xcb_glx
+ XCB::GLX
)
extend_target(qxcb-glx-integration CONDITION NOT static