1
0

add qttools5-dev-tools to requirements for building locale (needed by qml translations)

This commit is contained in:
Sander van Grieken
2023-01-30 12:56:11 +01:00
parent 2849c021b6
commit e58a61a135

View File

@@ -99,7 +99,7 @@ $ python3 -m pip install --user -e .
Create translations (optional): Create translations (optional):
``` ```
$ sudo apt-get install python-requests gettext $ sudo apt-get install python-requests gettext qttools5-dev-tools
$ ./contrib/pull_locale $ ./contrib/pull_locale
``` ```