Chapter 9. Deploying Applications on Other Devices

After development, it's time to distribute your application. We'll use an example application, Internationalization, from the previous chapter to demonstrate how to spread your Qt application to Windows, Linux, and Android. The following topics will be covered in this chapter:

  • Releasing Qt applications on Windows
  • Creating an installer
  • Packaging Qt applications on Linux
  • Deploying Qt applications on Android

Releasing Qt applications on Windows

After the development stage, you can build your application using release as the build configuration. In the release configuration, your compiler will optimize the code and won't produce debug symbols, which in turn reduces the size. Please ensure that the project ...

Get Qt 5 Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.