gui: List all source files explicitly for the lupdate tool

This will allow us to remove the last dependency on gui.pro
This commit is contained in:
Povilas Kanapickas 2021-01-07 23:43:48 +02:00
parent f2bf7cb7e1
commit 6b317359ba
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
lupdate -noobsolete gui.pro -ts gui.ts
lupdate -noobsolete src/* -ts gui.ts