[util-iso-image] update qt5ct setup

This commit is contained in:
Philip 2016-06-27 21:47:18 +02:00
parent 6770fb9bd1
commit af562e2da2

View file

@ -70,6 +70,7 @@ configure_environment(){
fi
if [[ -f "$1/usr/lib/qt/plugins/platformthemes/libqt5ct.so" ]];then
echo "QT_QPA_PLATFORMTHEME=qt5ct" >> $1/etc/environment
sed -i '/QT_STYLE_OVERRIDE=gtk/d' $1/etc/environment
fi
;;
esac