diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 9e5e83a..f89d280 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -131,7 +131,7 @@ If you have [Homebrew](https://brew.sh/) installed and you installed qt5 from th To do this, executed: ``` -export PATH="/opt/homebrew/opt/qt@5/bin:$PATH" +export PATH="$(brew --prefix)/opt/qt@5/bin:$PATH" ``` You can verify whether or not this is the correct path by executing `brew info qt@5` and reading the output. \ No newline at end of file