Little tip about correct way to update files.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-11-15 21:28:41 +02:00
parent f46a494d3b
commit f49d62851f

View file

@ -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.