summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-02-09 14:10:13 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-02-22 13:52:33 +0200
commit10b8ef644188ee02cdce5b8db35fed1c32688758 (patch)
tree39ff6bc3ba140f6e30ff3a8ac7874c0deb589c1e /Makefile
parent2f388d663505255e967597c52656cc076e20d95c (diff)
downloadqtlocation-mapboxgl-10b8ef644188ee02cdce5b8db35fed1c32688758.tar.gz
[Qt] Document QMapbox + qdoc fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae3df410a2..b350296689 100644
--- a/Makefile
+++ b/Makefile
@@ -454,7 +454,7 @@ run-qt-test: run-qt-test-*
.PHONY: qt-docs
qt-docs:
- qdoc $(shell pwd)/platform/qt/config.qdocconf --outputdir $(shell pwd)/$(QT_OUTPUT_PATH)/docs
+ qdoc $(shell pwd)/platform/qt/config.qdocconf -outputdir $(shell pwd)/$(QT_OUTPUT_PATH)/docs
#### Node targets ##############################################################