summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 182d14b76d..2b6212149c 100644
--- a/Makefile
+++ b/Makefile
@@ -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-*