mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Ensure Qt plugins are loaded in macOS VM
This commit is contained in:
parent
8567b30051
commit
0d4cdeea97
@ -36,6 +36,7 @@ if ismacos:
|
||||
setenv('QMAKE', '$SW/qt/bin/qmake')
|
||||
setenv('QTWEBENGINE_DISABLE_SANDBOX', '1')
|
||||
old = os.environ.get('DYLD_FALLBACK_LIBRARY_PATH', '')
|
||||
setenv('QT_PLUGIN_PATH', '$SW/qt/plugins')
|
||||
if old:
|
||||
old += ':'
|
||||
setenv('DYLD_FALLBACK_LIBRARY_PATH', old + '$SW/lib')
|
||||
|
Loading…
x
Reference in New Issue
Block a user