Skip to content

Deploying macOS to JavaScript

therecipe edited this page Oct 30, 2018 · 3 revisions

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