Fix problem with updating localization.

(grafted from cf937fc12d098c36ad5493692981ee73950d5f8b)

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2016-05-07 11:44:08 +03:00
parent 57e2e02aed
commit 840520c5f8

View file

@ -54,6 +54,7 @@ for(_translation_name, INSTALL_TRANSLATIONS) {
}
system(rm -fv $${OUT_PWD}/$$DESTDIR/translations/*.qm)
}
QMAKE_CLEAN += $$shell_path($$_translation_name)
}
}