From 750fe98ea43d2c109d65164f3f1acc97b3d38c16 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 28 Jun 2016 22:08:58 +0300 Subject: [PATCH] Following "Clean all/qmake/Build all" did not refresh all data properly. QM files inside /share/translations/ were not cleaned after call clean all. --HG-- branch : develop --- src/app/translations.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/translations.pri b/src/app/translations.pri index 82335c869..10e52c35f 100755 --- a/src/app/translations.pri +++ b/src/app/translations.pri @@ -61,8 +61,8 @@ for(_translation_name, INSTALL_TRANSLATIONS) { } system(rm -fv $${OUT_PWD}/$$DESTDIR/translations/*.qm) } - QMAKE_CLEAN += $$shell_path($$_translation_name) } + QMAKE_CLEAN += $$shell_path($$_translation_name) } # Make possible run program even you do not install it. Seek files in local directory.