From 6b317359ba90fcc19ccbc52e412e87a6e16bbe80 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Thu, 7 Jan 2021 23:43:48 +0200 Subject: [PATCH] gui: List all source files explicitly for the lupdate tool This will allow us to remove the last dependency on gui.pro --- src/gui/lang.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/lang.cmd b/src/gui/lang.cmd index 44185934..fbab95cd 100644 --- a/src/gui/lang.cmd +++ b/src/gui/lang.cmd @@ -1 +1 @@ -lupdate -noobsolete gui.pro -ts gui.ts \ No newline at end of file +lupdate -noobsolete src/* -ts gui.ts