mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-10 02:45:15 +00:00
10 lines
177 B
Bash
Executable File
10 lines
177 B
Bash
Executable File
# Begin /etc/profile.d/qt5.sh
|
|
|
|
export QT5DIR=/opt/qt5
|
|
|
|
export PATH=$PATH:$QT5DIR/bin
|
|
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$QT5DIR/lib/pkgconfig
|
|
|
|
|
|
# End /etc/profile.d/qt5.sh
|