From accd126d1977e2e7c716da569071d8875982a276 Mon Sep 17 00:00:00 2001
From: vtexier <vit@free.fr>
Date: Mon, 23 Mar 2020 19:31:37 +0100
Subject: [PATCH] [fix] fix gen_translations.py running Qt4 lrelease in
 Makefile

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 13040c44..be08000c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # run tests
 tests:
 	python3 gen_resources.py
-	python3 gen_translations.py --lrelease
+	python3 gen_translations.py
 	pytest -q -s --disable-warnings ${TESTS_FILTER}
 
 # check
@@ -35,7 +35,7 @@ build:
 	if [ -d "./build" ]; then rm -r build/*; fi
 	if [ -d "./dist" ]; then rm -r dist/*; fi
 	python3 gen_resources.py
-	python3 gen_translations.py --lrelease
+	python3 gen_translations.py
 	python3 setup.py sdist bdist_wheel
 	twine check dist/*
 
-- 
GitLab