summaryrefslogtreecommitdiff
path: root/platform/qt/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'platform/qt/README.md')
-rw-r--r--platform/qt/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/qt/README.md b/platform/qt/README.md
index e5ec7e3bb0..dcd394ec36 100644
--- a/platform/qt/README.md
+++ b/platform/qt/README.md
@@ -53,6 +53,10 @@ For macOS desktop, you can install Qt 5 via [Homebrew](http://brew.sh):
brew install qt5
+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
+
We provide the following build targets for our Qt SDK:
### Build instructions