Fix problem with updating localization.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-05-03 20:13:17 +03:00
parent 6f56b46d26
commit cc84b6e7d6

View File

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