Generate the right .pot file...

This commit is contained in:
David Sansome 2010-06-23 17:03:29 +00:00
parent b2c908364c
commit e9b1f03ea8

View File

@ -420,11 +420,11 @@ qt4_add_resources(QRC ${RESOURCES})
add_pot(
${CMAKE_CURRENT_SOURCE_DIR}/translations/header
${CMAKE_CURRENT_SOURCE_DIR}/translations/clementine.pot
${CMAKE_CURRENT_SOURCE_DIR}/translations/translations.pot
${SOURCES} ${MOC} ${UIC} ${OTHER_SOURCES}
)
add_po(PO clementine_
POT ${CMAKE_CURRENT_SOURCE_DIR}/translations/clementine.pot
POT ${CMAKE_CURRENT_SOURCE_DIR}/translations/translations.pot
LANGUAGES ${LANGUAGES}
DIRECTORY translations
)