summaryrefslogtreecommitdiff
path: root/wasm-qt/Module_wasm-qt.mk
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-04-23 14:03:31 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-05-05 21:15:22 +0200
commitf90c68316c622971706568303a025bbc58351df3 (patch)
tree64357377dc4dfc46470c36d9a9a3b62bf7625fb9 /wasm-qt/Module_wasm-qt.mk
parent8a4173987edfeeb7e49c70617d43e3adc911d333 (diff)
WASM: add Emscripten demo application
Change-Id: I31297142761255b1f357fc9677a644b7a93c921a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111128 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'wasm-qt/Module_wasm-qt.mk')
-rw-r--r--wasm-qt/Module_wasm-qt.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/wasm-qt/Module_wasm-qt.mk b/wasm-qt/Module_wasm-qt.mk
new file mode 100644
index 000000000000..8e86df4e8baa
--- /dev/null
+++ b/wasm-qt/Module_wasm-qt.mk
@@ -0,0 +1,20 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+$(eval $(call gb_Module_Module,wasm-qt))
+
+ifeq ($(OS),EMSCRIPTEN)
+
+$(eval $(call gb_Module_add_targets,wasm-qt,\
+ CustomTarget_wasm-qt5-mandelbrot_moc \
+ Executable_wasm-qt5-mandelbrot \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: