- Enable
shadow build
- Set the address to your project address, in order not to make things elsewhere
- Set the config to
release
mode - Set to 32bit for compatibility and ease of deployment (future steps)
- Build
- Go to
<main project folder>/release
and copy the .exe file - Paste it somewhere else and copy its address
- Open MinGW and enter:
cd <above address>
- Then enter:
windeployqt <program name.exe>
Application is ready