Qt 6 wayland needs yet another dll

This commit is contained in:
Kovid Goyal 2022-04-25 20:22:09 +05:30
parent 55dc6a7b7c
commit d87cbe63e5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -44,7 +44,7 @@ dlls = [
]
if islinux:
dlls += ['XcbQpa', 'WaylandClient', 'DBus']
dlls += ['XcbQpa', 'WaylandClient', 'WaylandEglClientHwIntegration', 'DBus']
elif ismacos:
dlls += ['DBus']
@ -66,6 +66,7 @@ QT_PLUGINS = [
if islinux:
QT_PLUGINS += [
'egldeviceintegrations',
'platforminputcontexts',
'platformthemes',
'wayland-decoration-client',