Skip to content

Deploying macOS to iOS

therecipe edited this page Oct 9, 2018 · 3 revisions

Regular deployment

qtsetup full ios && qtsetup full ios-simulator
  • Deploy your application
qtdeploy build ios

or

qtdeploy build ios-simulator

You should find your deployed application inside the deploy subfolder.

Clone this wiki locally