Deploying to PC platforms
Let's move on to learn how to deploy our applications on platforms such as Windows, Linux, and macOS.
Windows
In this section, we will learn how to deploy our application to different operating systems. Even though Qt supports all major platforms out of the box, there might be some configurations which you need to set in order to make your application easily deployable to all platforms.
The first operating system we're going to cover is the most common one, Microsoft Windows.
Note
Starting from Qt 5.6, Windows XP is no longer supported by Qt.
There could be certain plugins that may not work properly on the Windows version you're trying to deploy, so do check out the documentation before you decide to work on your project. However, it's safe to say most of the features will work out of the box on Qt.
By default, the MinGW 32-bit compiler comes together with Qt when you're installing it to your Windows PC. Unfortunately, it doesn't support 64-bit by default unless you compile...