Skip to content

Commit

Permalink
set lupdate locations to none in pro file
Browse files Browse the repository at this point in the history
  • Loading branch information
DSCaskey committed Jul 9, 2024
1 parent aaaff77 commit 74fd8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 -locations relative $$shell_path($${PWD}/share/translations/translations.pro)
lupdate.commands = $$LUPDATE -noobsolete -locations none $$shell_path($${PWD}/share/translations/translations.pro)
lupdate.commands += && $$LUPDATE -noobsolete $$shell_path($${PWD}/share/translations/measurements.pro)

QMAKE_EXTRA_TARGETS += lupdate

0 comments on commit 74fd8b0

Please sign in to comment.