mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-17 01:26:11 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ def copy_binary(src, dest_dir):
|
|||
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…
Reference in a new issue