cmake: Fix xcb_glx build
Use the actual cmake library target name Change-Id: Icda1d232e3b920bf33ebceb00f39682050f7dedd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
db5f99f451
commit
64b31cafa1
@ -38,7 +38,7 @@ add_qt_plugin(qxcb-glx-integration
|
|||||||
|
|
||||||
extend_target(qxcb-glx-integration CONDITION QT_FEATURE_xcb_glx
|
extend_target(qxcb-glx-integration CONDITION QT_FEATURE_xcb_glx
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
xcb_glx
|
XCB::GLX
|
||||||
)
|
)
|
||||||
|
|
||||||
extend_target(qxcb-glx-integration CONDITION NOT static
|
extend_target(qxcb-glx-integration CONDITION NOT static
|
||||||
|
@ -240,6 +240,7 @@ qmake_library_to_cmake_target_mapping = {
|
|||||||
'SQLite3': 'SQLite::SQLite3',
|
'SQLite3': 'SQLite::SQLite3',
|
||||||
'tslib': 'PkgConfig::Tslib',
|
'tslib': 'PkgConfig::Tslib',
|
||||||
'x11sm': '${X11_SM_LIB} ${X11_ICE_LIB}',
|
'x11sm': '${X11_SM_LIB} ${X11_ICE_LIB}',
|
||||||
|
'xcb_glx': 'XCB::GLX',
|
||||||
'xcb_icccm': 'XCB::ICCCM',
|
'xcb_icccm': 'XCB::ICCCM',
|
||||||
'xcb_image': 'XCB::IMAGE',
|
'xcb_image': 'XCB::IMAGE',
|
||||||
'xcb_keysyms': 'XCB::KEYSYMS',
|
'xcb_keysyms': 'XCB::KEYSYMS',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user