diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/main.mk | 3 |
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 |