1
0
mirror of https://github.com/therecipe/qt synced 2025-10-06 00:32:54 +02:00
Clone
2
Deploying Linux to macOS
therecipe edited this page 2019-03-22 21:20:32 +01:00

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.