Skip to content

Commit b38d99d

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
dde-device-formatter (1.5.10) unstable; urgency=medium
2+
3+
* feat: add Qt5 and Qt6 dual version support
4+
5+
-- Liu Zhangjian <[email protected]> Wed, 17 Dec 2025 14:43:16 +0800
6+
17
dde-device-formatter (1.5.9) unstable; urgency=medium
28

39
* chore: Update compiler flags for security enhancements

0 commit comments

Comments
 (0)