Skip to content

Deploying Windows to JavaScript

therecipe edited this page Oct 9, 2018 · 2 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