diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-04-27 13:12:42 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-04-27 17:36:35 +0300 |
commit | a083fcbd777094bd67e272e38e4ff9b041b204db (patch) | |
tree | 0be3e29b3e58d1c1b729b36508d83c8c8bcca394 /Makefile | |
parent | 72bcad210ddc9ad8e2ca8e7e53e134b5d9c06cdf (diff) | |
download | qtlocation-mapboxgl-a083fcbd777094bd67e272e38e4ff9b041b204db.tar.gz |
[Qt] Added qt-qml-app example
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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-* |