diff --git a/CMakeLists.txt b/CMakeLists.txt index 4859742..ffa76e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) diff --git a/README.md b/README.md index 7a10d5b..1145337 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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]