Deploying macOS to iOS - therecipe/qt GitHub Wiki

Regular deployment

  • Install the [official version of Qt](/therecipe/qt/wiki/Installation-on-macOS#official-version-with-iosandroid-support)

  • If you haven't already, run the setup for ios

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.