comparison tools/makeinst-script.sh.in @ 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 e640a2d2ede0
comparison
equal deleted inserted replaced
5134:0ff5f24c0862 5135:6836b2f08479
303 303
304 ; add qt.conf 304 ; add qt.conf
305 Push \$0 305 Push \$0
306 \${StrRep} '\$0' '\$INSTDIR' '\\' '/' 306 \${StrRep} '\$0' '\$INSTDIR' '\\' '/'
307 WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Prefix" "\$0/$OCTAVE_SUBDIR" 307 WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Prefix" "\$0/$OCTAVE_SUBDIR"
308 WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Documentation" "${QT_SUBDIR}doc"
309 WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Headers" "${QT_SUBDIR}include"
310 WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Libraries" "${QT_SUBDIR}lib"
311 WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Plugins" "${QT_SUBDIR}plugins"
308 WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Translations" "${QT_SUBDIR}translations" 312 WriteINIStr "\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\qt.conf" "Paths" "Translations" "${QT_SUBDIR}translations"
309 Pop \$0 313 Pop \$0
310 314
311 ; run post-install script 315 ; run post-install script
312 GetFullPathName /SHORT \$1 \$INSTDIR 316 GetFullPathName /SHORT \$1 \$INSTDIR