From d39e71b34a39a9942f55fe0d079fb33ef12e70f0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 28 Dec 2009 08:04:39 -0700 Subject: [PATCH] Linux binary: Add system QT_PLUGIN_PATH to enable calibre to use the user specified Qt style --- setup/installer/linux/freeze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installer/linux/freeze.py b/setup/installer/linux/freeze.py index f5188bbbd0..59f4c2b39e 100644 --- a/setup/installer/linux/freeze.py +++ b/setup/installer/linux/freeze.py @@ -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)