- 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>