Skip to content

Commit

Permalink
Added Qt 5.8 utilities to the PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Apr 25, 2017
1 parent f77f5af commit 31adeae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .profile.d/qt.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if [ -d "$HOME/Library/Qt5.8.0/5.8/clang_64/bin" ]; then
export PATH="$PATH:$HOME/Library/Qt5.8.0/5.8/clang_64/bin"
fi

0 comments on commit 31adeae

Please sign in to comment.