Skip to content

Commit

Permalink
chore: add de language support, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed May 30, 2024
1 parent c1c7058 commit ae37e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ target_include_directories(${EXE_NAME} PRIVATE app)
qt_add_translations(${EXE_NAME}
TS_FILES
translations/pineapple-midi-player.ts
translations/pineapple-midi-player.de.ts
translations/pineapple-midi-player.zh_CN.ts
)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Based on the following projects:

### ...manually

Ensure CMake, Qt 6 (at least 6.6) and PortAudio are available, then regular cmake building steps applies:
Ensure CMake, Qt 6 (at least 6.4) and PortAudio are available, then regular cmake building steps applies:

```shell
$ mkdir build && cd build
Expand All @@ -35,7 +35,7 @@ The following content can be saved to `conanfile.txt` for you to use:

```ini
[requires]
qt/6.7.0
qt/6.7.1
portaudio/master

[generators]
Expand Down

0 comments on commit ae37e11

Please sign in to comment.