Added Qt to bashrc

This commit is contained in:
2022-04-19 13:41:30 -04:00
parent 30cbb39dd1
commit 578d193b62

View File

@ -1,5 +1,13 @@
# NTCNA V2X development
# QT
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
fi
# Python and VirtualEnv
if [ -d ~/.local/bin ]; then
export PATH=~/.local/bin:$PATH