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

View File

@ -69,18 +69,16 @@ QT_PLUGINS = [
# 'audio', 'printsupport', 'bearer', 'position', # 'audio', 'printsupport', 'bearer', 'position',
] ]
if not ismacos and not iswindows:
QT_PLUGINS.append('platforminputcontexts')
else:
QT_PLUGINS.append('styles')
if islinux: if islinux:
QT_PLUGINS += [ QT_PLUGINS += [
'platforminputcontexts',
'wayland-decoration-client', 'wayland-decoration-client',
'wayland-graphics-integration-client', 'wayland-graphics-integration-client',
'wayland-shell-integration', 'wayland-shell-integration',
'xcbglintegrations', 'xcbglintegrations',
] ]
else:
QT_PLUGINS.append('styles')
PYQT_MODULES = ( PYQT_MODULES = (
'Qt', 'Qt',