Fixed LD_LIBRARY_PATH as it fucks up KDE apps with alien Qt
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user