summaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
parent72bcad210ddc9ad8e2ca8e7e53e134b5d9c06cdf (diff)
downloadqtlocation-mapboxgl-a083fcbd777094bd67e272e38e4ff9b041b204db.tar.gz
[Qt] Added qt-qml-app example
Diffstat (limited to 'scripts')
-rw-r--r--scripts/main.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/main.mk b/scripts/main.mk
index aa1ce2b0c4..fa4ac8e19e 100644
--- a/scripts/main.mk
+++ b/scripts/main.mk
@@ -151,6 +151,9 @@ run-glfw-app:
run-qt-app:
cd $(PLATFORM_OUTPUT)/$(BUILDTYPE) && ./qmapboxgl
+run-qt-qml-app:
+ cd $(PLATFORM_OUTPUT)/$(BUILDTYPE) && ./qquickmapboxgl
+
run-valgrind-glfw-app:
cd $(PLATFORM_OUTPUT)/$(BUILDTYPE) && valgrind --leak-check=full --suppressions=../../../scripts/valgrind.sup ./mapbox-glfw