unset ENVs set by beineri Qt

This commit is contained in:
probonopd
2017-02-19 12:43:46 +01:00
parent cf48edd007
commit 45a137db53
+6
View File
@@ -2,6 +2,12 @@
# Build the sample Qt Widgets Application that comes with Qt Creator
# Workaround for:
# https://github.com/probonopd/linuxdeployqt/issues/65
unset QT_PLUGIN_PATH
unset LD_LIBRARY_PATH
unset QTDIR
cd tests/QtWidgetsApplication/
if [ -e build/ ] ; then
rm -rf build/