-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[项目重构与构建系统优化]: 对项目结构进行了重构,并优化了构建系统,提升了项目的可维护性和构建效率。
- 更新了 `BatteryQuick` 项目的 `.pro` 文件,更改了资源文件的前缀路径。 - 在 `CMakeLists.txt` 中更新了 Qt 的版本要求,并调整了安装路径规则。 - 对 `main.cc` 文件进行了修改,更新了 QML 文件的资源路径。 - 在多个源文件中用 `std::as_const` 替换了 `qAsConst`,以提供更清晰的常量视图。 - 更新了 `LogAsynchronous` 项目的 `.pro` 文件,统一了 Qt 模块的包含,并更新了 C++ 标准至 C++17。 - 重命名了多个示例项目的目录和文件,以保持一致的命名规范。 - 更新了 `README.md` 文件,改进了文档结构,并更新了图片展示方式。 - 删除了 Ubuntu 打包脚本中的旧 DEBIAN 目录和相关脚本,并更新了构建脚本。 - 重写了 macOS 打包脚本,增加了新的 `distribution.xml`、`dmg.json` 和其他资源文件。 - 更新了 Windows 打包脚本,删除了旧的 Inno Setup 脚本,并提供了新的签名脚本。 [依赖管理与安全性增强]: 改进了项目的依赖管理,并增强了软件的安全性。 - 在 `3rdparty.pri` 文件中更新了库依赖,移除了对某些静态库的依赖,并增加了动态库的链接。 - 更新了 Qt 版本,以确保使用最新的安全修复和功能改进。 [跨平台支持与兼容性改进]: 加强了项目的跨平台支持,并改进了与不同操作系统的兼容性。 - 对 macOS、Ubuntu 和 Windows 的打包脚本进行了更新,确保软件在不同平台上都能正确构建和打包。 - 针对 macOS 系统,更新了 `build.py` 脚本,使用 `appdmg` 工具创建 DMG 镜像。 - 对 Windows 系统,提供了新的签名脚本,以增强安装包的安全性。 [示例项目与文档更新]: 更新了示例项目,并改进了相关文档,提升了用户体验和易用性。 - 更新了多个示例项目的源代码,以展示 Qt 的最新特性和最佳实践。 - 改进了 `README.md` 中的文档结构,使得文档更加清晰易懂,并更新了示例图片。
- Loading branch information
Showing
43 changed files
with
437 additions
and
535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.