summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-04-19 17:51:36 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-04-20 20:55:51 +0300
commitc8c69f1d2a968dfc2556c3612e96ddba848ee885 (patch)
treea515b9e17ea8809b18c96c2e1808174b2ef57bbc /Makefile
parent029f9f088331fa0d04a9b75a7dbdae773f749f47 (diff)
downloadqtlocation-mapboxgl-c8c69f1d2a968dfc2556c3612e96ddba848ee885.tar.gz
[Qt] Build the Qt port
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1b5fe9bad..1534db8494 100644
--- a/Makefile
+++ b/Makefile
@@ -165,6 +165,24 @@ test-node: node
npm test
npm run test-suite
+#### Qt targets #####################################################
+
+.PHONY: qt-lib
+qt-lib:
+ $(RUN) PLATFORM=qt Makefile/qt-lib
+
+.PHONY: qt-app
+qt-app:
+ $(RUN) PLATFORM=qt Makefile/qt-app
+
+.PHONY: run-qt-app
+run-qt-app: qt-app
+ $(RUN) PLATFORM=qt run-qt-app
+
+.PHONY: test-qt
+test-qt: node_modules/express
+ $(RUN) PLATFORM=qt test-*
+
#### Miscellaneous targets #####################################################
.PHONY: linux