summaryrefslogtreecommitdiff
path: root/platform/qt
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-07-26 12:30:20 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-08-05 11:42:22 +0200
commite46b580c672e721a6222c83d3e8c111add18e4f2 (patch)
tree7396477582682b91161c85cba124a5d4dd3d2333 /platform/qt
parent2b590611991f94ecb464905a638730ba5408659b (diff)
downloadqtlocation-mapboxgl-e46b580c672e721a6222c83d3e8c111add18e4f2.tar.gz
[build] unify naming of Makefile targets
`make foo` just builds `make run-foo` builds and runs
Diffstat (limited to 'platform/qt')
-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