From 45a137db5365d8b7f05ae8aae70476641d858232 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 19 Feb 2017 12:43:46 +0100 Subject: [PATCH] unset ENVs set by beineri Qt --- tests/tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/tests.sh b/tests/tests.sh index b30d61d..6536fb4 100644 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -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/