forked from therecipe/qt
-
Notifications
You must be signed in to change notification settings - Fork 4
Deploying Linux to iOS
Rafał Zawadzki edited this page Jan 23, 2023
·
1 revision
This option is strongly recommended against and you should deploy your application from a real macOS device instead.
- Install Vagrant: https://www.vagrantup.com/downloads.html
- Install VirtualBox: https://www.virtualbox.org/wiki/Linux_Downloads
- Provision the target box
cd $(go env GOPATH)/src/github.com/therecipe/qt/internal/vagrant/darwin && vagrant up ios
- Deploy your application
qtdeploy -vagrant build darwin/ios
or
qtdeploy -vagrant build darwin/ios-simulator
You should find your deployed application inside the deploy
subfolder.