Commit b38d99d
authored
feat: add Qt5 and Qt6 dual version support (#46)
Added support for both Qt5 and Qt6 frameworks to ensure compatibility
across different system environments. This change allows the application
to work seamlessly with either Qt version, providing flexibility for
users and developers while maintaining backward compatibility.
Log: Added dual Qt version support for better compatibility
Influence:
1. Test application functionality with Qt5 installation
2. Test application functionality with Qt6 installation
3. Verify no regression in existing features
4. Check UI rendering consistency across both Qt versions
5. Test application startup and basic operations
6. Verify plugin loading and dependency resolution
feat: 添加 Qt5 和 Qt6 双版本支持
添加了对 Qt5 和 Qt6 框架的双重支持,确保在不同系统环境下的兼容性。此更改
使应用程序能够与任一 Qt 版本无缝协作,为用户和开发人员提供灵活性,同时保
持向后兼容性。
Log: 新增双 Qt 版本支持以提升兼容性
Influence:
1. 在 Qt5 环境下测试应用程序功能
2. 在 Qt6 环境下测试应用程序功能
3. 验证现有功能无回归问题
4. 检查两个 Qt 版本下的 UI 渲染一致性
5. 测试应用程序启动和基本操作
6. 验证插件加载和依赖项解析1 parent d7a4e55 commit b38d99d
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
0 commit comments