Commit Graph
1 Commits
Author SHA1 Message Date
andrewandCursor 5d9d88806c Add Qt6 DLL deployment script and deployment guide
- Created deploy.bat to copy required Qt6 runtime DLLs
- Copies platforms, styles, and imageformats plugins
- Auto-detects Qt6 installation at common paths
- Creates portable application ready for distribution

- Added DEPLOYMENT.md comprehensive guide covering:
  - First-time setup (run deploy.bat)
  - Running the application
  - Distributing to other machines
  - Creating portable packages
  - Troubleshooting common issues
  - Performance notes

The application is now fully deployable:
1. Build with build.bat
2. Deploy DLLs with deploy.bat
3. Distribute entire Release folder to users

No Visual Studio or Qt installation needed on target machines!

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-09 21:20:50 +12:00