Deploying Windows to Ubuntu Touch - therecipe/qt GitHub Wiki
Docker deployment
-
Install Docker: https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe
-
Share the drive containing your GOPATH with docker
-
Pull the target image
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.