mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-06 11:02:53 +00:00
11 lines
179 B
Bash
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
|