Browse Source

unset ENVs set by beineri Qt

master
probonopd 8 years ago
parent
commit
45a137db53
  1. 6
      tests/tests.sh

6
tests/tests.sh

@ -2,6 +2,12 @@
# Build the sample Qt Widgets Application that comes with Qt Creator # 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/ cd tests/QtWidgetsApplication/
if [ -e build/ ] ; then if [ -e build/ ] ; then
rm -rf build/ rm -rf build/

Loading…
Cancel
Save