summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
Diffstat (limited to 'platform')
-rw-r--r--platform/qt/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/qt/README.md b/platform/qt/README.md
index 22c06310c3..0123e3bda0 100644
--- a/platform/qt/README.md
+++ b/platform/qt/README.md
@@ -24,7 +24,7 @@ For macOS desktop, you can install Qt 5 via [Homebrew](http://brew.sh):
Since Homebrew doesn't add Qt to the path, you'll have to do that manually before running any Make target:
- export PATH=/usr/local/opt/qt5:$PATH
+ export PATH=/usr/local/opt/qt5/bin:$PATH
We provide the following build targets for our Qt SDK: