mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-22 15:00:46 -04:00
Linux binary: Add system QT_PLUGIN_PATH to enable calibre to use the user specified Qt style
This commit is contained in:
parent
9c3f71d411
commit
d39e71b34a
@ -245,7 +245,7 @@ class LinuxFreeze(Command):
|
||||
export MAGICK_CONFIGURE_PATH=$base/ImageMagick/config
|
||||
export MAGICK_CODER_MODULE_PATH=$base/ImageMagick/modules-Q16/coders
|
||||
export MAGICK_CODER_FILTER_PATH=$base/ImageMagick/modules-Q16/filter
|
||||
export QT_PLUGIN_PATH=$base/qtplugins
|
||||
export QT_PLUGIN_PATH=$base/qtplugins:$QT_PLUGIN_PATH
|
||||
$loader "$@"
|
||||
''')%exe)
|
||||
os.chmod(path, 0755)
|
||||
|
Loading…
x
Reference in New Issue
Block a user