From 7d00dc93742512971901ae799a3a5f9fd1bc48c8 Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Thu, 21 Apr 2022 16:19:34 -0400 Subject: [PATCH] Fixed LD_LIBRARY_PATH as it fucks up KDE apps with alien Qt --- dot/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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