summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-04-27 13:12:42 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-04-27 17:36:35 +0300
commita083fcbd777094bd67e272e38e4ff9b041b204db (patch)
tree0be3e29b3e58d1c1b729b36508d83c8c8bcca394 /Makefile
parent72bcad210ddc9ad8e2ca8e7e53e134b5d9c06cdf (diff)
downloadqtlocation-mapboxgl-a083fcbd777094bd67e272e38e4ff9b041b204db.tar.gz
[Qt] Added qt-qml-app example
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 182d14b76d..2b6212149c 100644
--- a/Makefile
+++ b/Makefile
@@ -188,6 +188,14 @@ qt-app:
run-qt-app: qt-app
$(RUN) PLATFORM=qt run-qt-app
+.PHONY: qt-qml-app
+qt-qml-app:
+ $(RUN) PLATFORM=qt Makefile/qt-qml-app
+
+.PHONY: run-qt-qml-app
+run-qt-qml-app: qt-qml-app
+ $(RUN) PLATFORM=qt run-qt-qml-app
+
.PHONY: test-qt
test-qt: node_modules/express
$(RUN) PLATFORM=qt test-*