diff --git a/dot/bashrc b/dot/bashrc index 90c3fd3..a246d35 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -5,7 +5,7 @@ QTVER=5.15.2 #QTVER=6.3.0 if [ -d /opt/Qt/$QTVER ]; then 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 # Python and VirtualEnv