changeset 3909:586b26b09042

set QT_PLUGIN_PATH in octave.vbs
author John W. Eaton <jwe@octave.org>
date Fri, 17 Apr 2015 14:53:00 -0400
parents 5863c4ed08b1
children 569e31212bb6
files installer-files/octave.vbs
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/installer-files/octave.vbs	Wed Apr 15 21:52:37 2015 -0400
+++ b/installer-files/octave.vbs	Fri Apr 17 14:53:00 2015 -0400
@@ -14,6 +14,9 @@
 ' set terminal type
 wshSystemEnv("TERM") = "cygwin"
 
+' set Qt plugin directory
+wshSystemEnv("QT_PLUGIN_PATH") = OctavePath & "\plugins"
+
 ' check args to see if told to run gui or command line
 ' and build other args to use
 GUI_MODE=1