Fixed LD_LIBRARY_PATH as it fucks up KDE apps with alien Qt

This commit is contained in:
2022-04-21 16:19:34 -04:00
parent ac1b9a4ba1
commit 7d00dc9374

View File

@ -5,7 +5,7 @@ QTVER=5.15.2
#QTVER=6.3.0 #QTVER=6.3.0
if [ -d /opt/Qt/$QTVER ]; then if [ -d /opt/Qt/$QTVER ]; then
export PATH=/opt/Qt/$QTVER/gcc_64/bin:$PATH export PATH=/opt/Qt/$QTVER/gcc_64/bin:$PATH
export LD_LIBRARY_PATH=/opt/Qt/$QTVER/gcc_64/lib # export LD_LIBRARY_PATH=/opt/Qt/$QTVER/gcc_64/lib
fi fi
# Python and VirtualEnv # Python and VirtualEnv