changeset 5135:6836b2f08479

* tools/makeinst-script.sh.in: expand qt.conf to include all installed qt dirs
author John Donoghue
date Wed, 31 Jul 2019 15:34:57 -0400
parents 0ff5f24c0862
children 2a2ca914414a
files tools/makeinst-script.sh.in
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makeinst-script.sh.in	Wed Jul 31 15:34:56 2019 -0400
+++ b/tools/makeinst-script.sh.in	Wed Jul 31 15:34:57 2019 -0400
@@ -305,6 +305,10 @@
  Push \$0
  \${StrRep} '\$0' '\$INSTDIR' '\\' '/'
  WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Prefix" "\$0/$OCTAVE_SUBDIR"
+ WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Documentation" "${QT_SUBDIR}doc"
+ WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Headers" "${QT_SUBDIR}include"
+ WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Libraries" "${QT_SUBDIR}lib"
+ WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Plugins" "${QT_SUBDIR}plugins"
  WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Translations" "${QT_SUBDIR}translations"
  Pop \$0