Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 749 Bytes

Qt_Make-executable-in-windows.md

File metadata and controls

19 lines (13 loc) · 749 Bytes
  1. Enable shadow build
  2. Set the address to your project address, in order not to make things elsewhere

  1. Set the config to release mode
  2. Set to 32bit for compatibility and ease of deployment (future steps)
  3. Build

  1. Go to <main project folder>/release and copy the .exe file
  2. Paste it somewhere else and copy its address
  3. Open MinGW and enter: cd <above address>
  4. Then enter: windeployqt <program name.exe>

Application is ready