WASM: add Emscripten demo application
commitf90c68316c622971706568303a025bbc58351df3
authorJan-Marek Glogowski <glogow@fbihome.de>
Fri, 23 Apr 2021 12:03:31 +0000 (23 14:03 +0200)
committerThorsten Behrens <thorsten.behrens@allotropia.de>
Wed, 5 May 2021 19:15:22 +0000 (5 21:15 +0200)
tree64357377dc4dfc46470c36d9a9a3b62bf7625fb9
parent8a4173987edfeeb7e49c70617d43e3adc911d333
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>
14 files changed:
configure.ac
vcl/qt5/Qt5Instance.cxx
vcl/qt5/Qt5MainWindow.cxx
wasm-qt/CustomTarget_wasm-qt5-mandelbrot_moc.mk [new file with mode: 0644]
wasm-qt/Executable_wasm-qt5-mandelbrot.mk [new file with mode: 0644]
wasm-qt/Makefile [new file with mode: 0644]
wasm-qt/Module_wasm-qt.mk [new file with mode: 0644]
wasm-qt/README [new file with mode: 0644]
wasm-qt/source/qt5-mandelbrot/main.cxx [new file with mode: 0644]
wasm-qt/source/qt5-mandelbrot/mandelbrotwidget.cxx [new file with mode: 0644]
wasm-qt/source/qt5-mandelbrot/mandelbrotwidget.h [new file with mode: 0644]
wasm-qt/source/qt5-mandelbrot/renderthread.cxx [new file with mode: 0644]
wasm-qt/source/qt5-mandelbrot/renderthread.h [new file with mode: 0644]
xmlsecurity/Library_xmlsecurity.mk