chore: update README and project file tweaks

This commit is contained in:
2024-04-28 00:12:44 +08:00
parent 2a30cc0dd3
commit 471f6b9f32
4 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@
当前状态,我们需要先确保如下依赖可用:
- `cmake`: 我们所使用的构建系统
- 包含 `qt5-svg``qt5-tools` 组件的 `qt5`: 此应用基于 Qt
- 包含 `qt6-svg``qt6-tools` 组件的 `qt6`: 此应用基于 Qt
- `libexiv2`: 用以获取和显示更多的图像元信息(可选,推荐)
然后我们就可以使用任何常规的 c++ 编译器如 g++ 或 msvc 来进行构建了