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

@ -35,7 +35,7 @@ Pineapple Pictures is a lightweight image viewer that allows you view JPEG, PNG,
Current state, we need:
- `cmake`: as the build system.
- `qt5` with `qt5-svg` and `qt5-tools`: since the app is using Qt.
- `qt6` with `qt6-svg` and `qt6-tools`: since the app is using Qt.
- `libexiv2`: able to display more image metadata. (optional, but recommended)
Then we can build it with any proper c++ compiler like g++ or msvc.