forked from therecipe/qt
-
Notifications
You must be signed in to change notification settings - Fork 4
Deploying macOS to iOS
Rafał Zawadzki edited this page Jan 23, 2023
·
1 revision
-
Install the official version of Qt
-
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.