Allow bundling suil/qt4,5 using system-wide QT

This commit is contained in:
Robin Gareus 2017-02-15 19:42:34 +01:00
parent 32248b755b
commit 213cc1d320
1 changed files with 1 additions and 0 deletions

View File

@ -520,6 +520,7 @@ while [ true ] ; do
# ignore suil/qt wrappers - the plugin will pull in QT4.
if echo $file | grep -qs 'libsuil_.*qt4' ; then continue; fi
if echo $file | grep -qs 'libsuil_.*qt5' ; then continue; fi
# do not include libjack, nor libwine
deps=`LD_LIBRARY_PATH=$OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ldd $file | grep -v libwine.so | awk '{print $3}'`