mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Qt 6 wayland needs yet another dll
This commit is contained in:
parent
55dc6a7b7c
commit
d87cbe63e5
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user