1 Deploying macOS to SailfishOS
Rafał Zawadzki edited this page 2023-01-23 14:48:34 +01:00

Docker deployment

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

or

qtdeploy -docker build sailfish-emulator

You should find your deployed application inside the deploy subfolder.

Regular deployment

If you have to, you can also define a custom location with VIRTUALBOX_DIR

If you have to, you can also define a custom location with SAILFISH_DIR

  • If you haven't already, run the setup for sailfish
qtsetup full sailfish && qtsetup full sailfish-emulator
  • Deploy your application
qtdeploy build sailfish

or

qtdeploy build sailfish-emulator

You should find your deployed application inside the deploy subfolder.