Skip to content

Deploying Windows to Ubuntu Touch

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

Docker deployment

docker pull therecipe/qt:ubports_arm_vivid

or

docker pull therecipe/qt:ubports_64_vivid

or

docker pull therecipe/qt:ubports_arm_xenial

or

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

or

qtdeploy -docker build ubports_64_vivid

or

qtdeploy -docker build ubports_arm_xenial

or

qtdeploy -docker build ubports_64_xenial

You should find your deployed application inside the deploy subfolder.

Clone this wiki locally