-
Notifications
You must be signed in to change notification settings - Fork 753
Deploying Application
Radhi edited this page Oct 22, 2017
·
8 revisions
Deployment is process to make a software system available for use to other parties. With this binding, you can easily deploy your app to your system's platform using qtdeploy
by running :
qtdeploy build desktop
However, for cross compiling to other platform beside yours, there might be additional steps that you have to do. For more details on deploying method to each platform, check table below.
From → To ↓ | Linux | Windows | macOS |
---|---|---|---|
Linux | ✔ | ✔ | ✔ |
Windows 32-bit (shared) | ✔ | ✔ | ✔ |
Windows 32-bit (static) | ✔ | ✔ | ✔ |
Windows 64-bit (shared) | ✔ | ✔ | ✔ |
Windows 64-bit (static) | ✔ | ✔ | ✔ |
macOS | ✔ | ||
Android | ✔ | ✔ | ✔ |
iOS | ✔ | ||
SailfishOS | ✔ | ✔ | ✔ |
Raspberry Pi | ✔ | ✔ | ✔ |