Skip to content

Deploying Linux to SailfishOS

therecipe edited this page Jun 28, 2019 · 3 revisions

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.

Clone this wiki locally