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:
|
if islinux:
|
||||||
dlls += ['XcbQpa', 'WaylandClient', 'DBus']
|
dlls += ['XcbQpa', 'WaylandClient', 'WaylandEglClientHwIntegration', 'DBus']
|
||||||
elif ismacos:
|
elif ismacos:
|
||||||
dlls += ['DBus']
|
dlls += ['DBus']
|
||||||
|
|
||||||
@ -66,6 +66,7 @@ QT_PLUGINS = [
|
|||||||
|
|
||||||
if islinux:
|
if islinux:
|
||||||
QT_PLUGINS += [
|
QT_PLUGINS += [
|
||||||
|
'egldeviceintegrations',
|
||||||
'platforminputcontexts',
|
'platforminputcontexts',
|
||||||
'platformthemes',
|
'platformthemes',
|
||||||
'wayland-decoration-client',
|
'wayland-decoration-client',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user