Files
BMLFS/files/qt5-lfs/qt5.sh
2020-10-25 23:18:13 -05:00

11 lines
179 B
Bash

# Begin /etc/profile.d/qt5.sh
QT5DIR=/opt/qt5
pathappend $QT5DIR/bin PATH
pathappend $QT5DIR/lib/pkgconfig PKG_CONFIG_PATH
export QT5DIR
# End /etc/profile.d/qt5.sh