From 74fd8b0dc55c61bba5f80fc32908c33fe666b3ee Mon Sep 17 00:00:00 2001 From: DSCaskey <31944718+DSCaskey@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:00:48 -0400 Subject: [PATCH] set lupdate locations to none in pro file --- Seamly2D.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Seamly2D.pro b/Seamly2D.pro index d7c0cd8b7b52..41c606668cc1 100644 --- a/Seamly2D.pro +++ b/Seamly2D.pro @@ -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