Chapter 10: Deploying Qt Applications

In earlier chapters, you learned how to develop and test an application using Qt 6. Your application is ready and running on your desktop, but it is not standalone. You must follow certain steps to ship your application so that it can be used by end customers. This process is known as deployment. Generally, your end users want a single file that they can double-click to launch your software. Software deployment comprises different steps and activities that are required to make software available to its intended users who may not have any technical knowledge.

In this chapter, you will learn to deploy a Qt project on different platforms. Throughout, you will learn about the available deployment tools and important ...

Get Cross-Platform Development with Qt 6 and Modern C++ 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.