changeset 4499:c10c61a3222c

octave-wrapper.in: Also set QT_PLUGIN_PATH.
author John W. Eaton <jwe@octave.org>
date Tue, 10 Oct 2017 14:44:05 -0400
parents f47df619cd1d
children 102c3d608dd6
files octave-wrapper.in
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/octave-wrapper.in	Tue Oct 10 05:34:32 2017 -0400
+++ b/octave-wrapper.in	Tue Oct 10 14:44:05 2017 -0400
@@ -23,6 +23,8 @@
 
 LIBGL_DRIVERS_PATH="$OCTAVE_HOME/lib/dri"
 
+QT_PLUGIN_PATH="$OCTAVE_HOME/plugins"
+
 export OCTAVE_HOME
 export PATH
 export LD_LIBRARY_PATH
@@ -33,5 +35,6 @@
 export GNUPLOT_SHARE_DIR
 export GNUPLOT_PS_DIR
 export LIBGL_DRIVERS_PATH
+export QT_PLUGIN_PATH
 
 exec "$OCTAVE_HOME/bin/@PROGRAM_NAME@-@OCTAVE_VERSION@.real" "$@"