mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
correct translations targets name
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7aa6858aba
commit
045de0b4cb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue