mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
No plaformthemes plugins on macOS in Qt 6
This commit is contained in:
parent
84fb858a28
commit
ee72b7b850
@ -74,6 +74,8 @@ if islinux:
|
|||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
QT_PLUGINS.append('styles')
|
QT_PLUGINS.append('styles')
|
||||||
|
if ismacos:
|
||||||
|
QT_PLUGINS.remove('platformthemes')
|
||||||
|
|
||||||
PYQT_MODULES = (
|
PYQT_MODULES = (
|
||||||
'Qt',
|
'Qt',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user