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
This commit is contained in:
Roman Telezhynskyi 2016-06-28 22:08:58 +03:00
parent 002619ad83
commit 750fe98ea4

View file

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