Skip to content

Deploying Windows to JavaScript

Rafał Zawadzki edited this page Jan 23, 2023 · 1 revision

Docker deployment

docker pull therecipe/qt:js
  • Deploy your application
qtdeploy -docker build js

You should find your deployed application inside the deploy subfolder.

Regular deployment (self-compiled)

TODO

Clone this wiki locally