summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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