pyinstaller: Add PyQt5.QtOpenGL to hiddenimports
This commit is contained in:
parent
ad260366ef
commit
9c851293ac
@ -41,7 +41,7 @@ a = Analysis(['../qutebrowser/__main__.py'],
|
|||||||
pathex=['misc'],
|
pathex=['misc'],
|
||||||
binaries=None,
|
binaries=None,
|
||||||
datas=get_data_files(),
|
datas=get_data_files(),
|
||||||
hiddenimports=[],
|
hiddenimports=['PyQt5.QtOpenGL'],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
excludes=['tkinter'],
|
excludes=['tkinter'],
|
||||||
|
Loading…
Reference in New Issue
Block a user