Set NSSupportsAutomaticGraphicsSwitching in Info.plist
This should make it possible to use AirPlay with qutebrowser. See https://bugreports.qt.io/browse/QTBUG-54053
This commit is contained in:
parent
91d3326a9e
commit
26923baa4a
@ -70,6 +70,9 @@ coll = COLLECT(exe,
|
|||||||
app = BUNDLE(coll,
|
app = BUNDLE(coll,
|
||||||
name='qutebrowser.app',
|
name='qutebrowser.app',
|
||||||
icon=icon,
|
icon=icon,
|
||||||
info_plist={'NSHighResolutionCapable': 'True'},
|
info_plist={
|
||||||
|
'NSHighResolutionCapable': 'True',
|
||||||
|
'NSSupportsAutomaticGraphicsSwitching': 'True',
|
||||||
|
},
|
||||||
# https://github.com/pyinstaller/pyinstaller/blob/b78bfe530cdc2904f65ce098bdf2de08c9037abb/PyInstaller/hooks/hook-PyQt5.QtWebEngineWidgets.py#L24
|
# https://github.com/pyinstaller/pyinstaller/blob/b78bfe530cdc2904f65ce098bdf2de08c9037abb/PyInstaller/hooks/hook-PyQt5.QtWebEngineWidgets.py#L24
|
||||||
bundle_identifier='org.qt-project.Qt.QtWebEngineCore')
|
bundle_identifier='org.qt-project.Qt.QtWebEngineCore')
|
||||||
|
Loading…
Reference in New Issue
Block a user