Deploying macOS to JavaScript - therecipe/qt GitHub Wiki

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