Fix use of private dependency
With 833e1cef, Linux SPI Accessibility bridge was added to the Wayland QPA plugin, but this had a bad side-effect to QtWaylandClient. Linux Accessibility support is a private module, this means we have to link to it with QT_PRIVATE not QT, otherwise CMake and pkg-config files for Qt5WaylandClient will depend on it. Change-Id: I6182267f97adc2cd5bd66895df148a6a45614f45 Fixes: QTBUG-76042 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
This commit is contained in:
parent
a5801f3f36
commit
d268aa90ec
@ -20,7 +20,7 @@ qtConfig(xkbcommon) {
|
||||
}
|
||||
|
||||
qtHaveModule(linuxaccessibility_support_private): \
|
||||
QT += linuxaccessibility_support_private
|
||||
QT_PRIVATE += linuxaccessibility_support_private
|
||||
|
||||
QMAKE_USE += wayland-client
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user