Added Qt to bashrc
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user