Skip to content

Deploying Linux to macOS

therecipe edited this page Mar 22, 2019 · 2 revisions

Vagrant deployment

This option is strongly recommended against and you should deploy your application from a real macOS device instead.

cd $(go env GOPATH)/src/github.com/therecipe/qt/internal/vagrant/darwin && vagrant up darwin
  • Deploy your application
qtdeploy -vagrant build darwin/darwin

You should find your deployed application inside the deploy subfolder.

Clone this wiki locally