summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-03-06 11:56:59 -0800
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-03-06 13:47:01 -0800
commit84f69bfcc0e276a2dc3fd515a2425069dd47f442 (patch)
treeaa6aaf9cf722c1e6c36205374edf43a30b0af9c6 /platform
parent2b7319d529e2335b355eacf602dda12c9e01dd9b (diff)
downloadqtlocation-mapboxgl-84f69bfcc0e276a2dc3fd515a2425069dd47f442.tar.gz
Update README.md
Fix patch typo.
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: