Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to deploy a Qt application on Windows?

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.

like image 733
Kredns Avatar asked Mar 07 '09 20:03

Kredns


People also ask

Can Qt apps run 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.


1 Answers

The Qt documentation has pages for that:

  • Qt 5,
  • Qt 4.
like image 130
epatel Avatar answered Oct 13 '22 08:10

epatel