mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-08 14:37:31 +01:00
Apparently styles plugins dont exist on linux
This commit is contained in:
parent
e93404f98a
commit
75ffbbba42
1 changed files with 2 additions and 1 deletions
|
|
@ -65,13 +65,14 @@
|
|||
'platformthemes',
|
||||
# 'playlistformats',
|
||||
'sqldrivers',
|
||||
'styles',
|
||||
# 'webview',
|
||||
# 'audio', 'printsupport', 'bearer', 'position',
|
||||
]
|
||||
|
||||
if not ismacos and not iswindows:
|
||||
QT_PLUGINS.append('platforminputcontexts')
|
||||
else:
|
||||
QT_PLUGINS.append('styles')
|
||||
|
||||
if islinux:
|
||||
QT_PLUGINS += [
|
||||
|
|
|
|||
Loading…
Reference in a new issue