From f49d62851f4c3852c96cc81242f228e874b6f348 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sun, 15 Nov 2015 21:28:41 +0200 Subject: [PATCH] Little tip about correct way to update files. --HG-- branch : develop --- scripts/lupdate.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/lupdate.sh b/scripts/lupdate.sh index 26f99dbf3..cc03dfab0 100755 --- a/scripts/lupdate.sh +++ b/scripts/lupdate.sh @@ -13,3 +13,6 @@ lupdate -recursive ../share/translations/measurements.pro rm -f -v ../share/translations/*.qm # force to run qmake touch -am ../Valentina.pro + +echo Done. +echo For updating files run: clean all, qmake, rebuild all.