1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 20:34:39 +01:00

Put the po_all target back in

This commit is contained in:
David Sansome 2010-06-08 22:58:40 +00:00
parent 43ca921d65
commit 8c7aaeb29d

View File

@ -35,6 +35,8 @@ macro(add_po outfiles po_prefix)
${ARGN}
)
add_custom_target(po_all ALL)
# Merge the .pot into .po files
foreach (_lang ${ADD_PO_LANGUAGES})
set(_po ${CMAKE_CURRENT_SOURCE_DIR}/${ADD_PO_DIRECTORY}/${_lang}.po)
@ -43,6 +45,7 @@ macro(add_po outfiles po_prefix)
${_po} ${ADD_PO_POT}
DEPENDS ${_po})
add_dependencies("po_${_lang}" pot)
add_dependencies(po_all "po_${_lang}")
endforeach (_lang)
# Convert the .po files to .qm files