# HG changeset patch # User John W. Eaton # Date 1429296780 14400 # Node ID 586b26b09042682358176c6f1c8e8fdf159477fe # Parent 5863c4ed08b1bbd33ab34641e27fb0219f307426 set QT_PLUGIN_PATH in octave.vbs diff -r 5863c4ed08b1 -r 586b26b09042 installer-files/octave.vbs --- 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