Apparently styles plugins dont exist on linux

This commit is contained in:
Kovid Goyal 2019-09-11 16:29:35 +05:30
parent e93404f98a
commit 75ffbbba42
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -65,13 +65,14 @@ QT_PLUGINS = [
'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 += [