From e58a61a135418a3b7b7622363dbfba56cf12d875 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Mon, 30 Jan 2023 12:56:11 +0100 Subject: [PATCH] add qttools5-dev-tools to requirements for building locale (needed by qml translations) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fb00135a..4cbaf6d22 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ $ python3 -m pip install --user -e . Create translations (optional): ``` -$ sudo apt-get install python-requests gettext +$ sudo apt-get install python-requests gettext qttools5-dev-tools $ ./contrib/pull_locale ```