mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Apparently styles plugins dont exist on linux
This commit is contained in:
parent
e93404f98a
commit
75ffbbba42
@ -65,13 +65,14 @@ QT_PLUGINS = [
|
|||||||
'platformthemes',
|
'platformthemes',
|
||||||
# 'playlistformats',
|
# 'playlistformats',
|
||||||
'sqldrivers',
|
'sqldrivers',
|
||||||
'styles',
|
|
||||||
# 'webview',
|
# 'webview',
|
||||||
# 'audio', 'printsupport', 'bearer', 'position',
|
# 'audio', 'printsupport', 'bearer', 'position',
|
||||||
]
|
]
|
||||||
|
|
||||||
if not ismacos and not iswindows:
|
if not ismacos and not iswindows:
|
||||||
QT_PLUGINS.append('platforminputcontexts')
|
QT_PLUGINS.append('platforminputcontexts')
|
||||||
|
else:
|
||||||
|
QT_PLUGINS.append('styles')
|
||||||
|
|
||||||
if islinux:
|
if islinux:
|
||||||
QT_PLUGINS += [
|
QT_PLUGINS += [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user