Skip to content

Commit

Permalink
Merge pull request #1072 from FashionFreedom/add-location-tags-to-lup…
Browse files Browse the repository at this point in the history
…date

maintenance: add locations to lupdate
  • Loading branch information
DSCaskey committed Mar 16, 2024
2 parents b79d727 + b409a46 commit 5e836e3
Show file tree
Hide file tree
Showing 20 changed files with 86,444 additions and 3,164 deletions.
4 changes: 2 additions & 2 deletions Seamly2D.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SUBDIRS = \
out.depends = src

qtPrepareTool(LUPDATE, lupdate)
lupdate.commands = $$LUPDATE -noobsolete $$shell_path($${PWD}/share/translations/translations.pro)
lupdate.commands = $$LUPDATE -noobsolete -locations relative $$shell_path($${PWD}/share/translations/translations.pro)
lupdate.commands += && $$LUPDATE -noobsolete $$shell_path($${PWD}/share/translations/measurements.pro)

QMAKE_EXTRA_TARGETS += lupdate
QMAKE_EXTRA_TARGETS += lupdate

0 comments on commit 5e836e3

Please sign in to comment.