From 6f30287a88ac49e43c3caa31d015a819ccb1af2b Mon Sep 17 00:00:00 2001 From: Liu Zhangjian Date: Wed, 17 Dec 2025 14:44:27 +0800 Subject: [PATCH] feat: add Qt5 and Qt6 dual version support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. 验证插件加载和依赖项解析 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 23ee0c0..159fb04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dde-device-formatter (1.5.10) unstable; urgency=medium + + * feat: add Qt5 and Qt6 dual version support + + -- Liu Zhangjian Wed, 17 Dec 2025 14:43:16 +0800 + dde-device-formatter (1.5.9) unstable; urgency=medium * chore: Update compiler flags for security enhancements