correct translations targets name

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2020-12-05 12:01:24 +00:00
parent 7aa6858aba
commit 045de0b4cb

View file

@ -13,7 +13,7 @@ foreach(tmpres ${TRANSLATIONS})
string(REPLACE "qt_" "" rsclocale "${rscname}")
endif()
add_custom_target(
${FORTARGET}_${rscname} ALL
translations_${rscname} ALL
COMMAND ${INTL_MSGFMT} -v "${resource}" -o "${rscout}"
COMMENT "Generating ${rscname}.mo"
)