So now I can make a .exe of my application. Now how do I get my application ready to deploy for windows?
This is meant to be the canonical question for Qt application deployment issues on Windows.
All Qt GUI applications require a plugin that implements the Qt Platform Abstraction (QPA) layer in Qt. For Windows, the name of the platform plugin is qwindows. dll . This file must be located within a specific subdirectory (by default, platforms ) under your distribution directory.
The Qt documentation has pages for that:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With