From c8c69f1d2a968dfc2556c3612e96ddba848ee885 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Tue, 19 Apr 2016 17:51:36 +0300 Subject: [Qt] Build the Qt port --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.1