Move translations.pot to binary directory

This commit is contained in:
Jonas Kvinge 2024-08-06 23:05:26 +02:00
parent 7ffbedf0dd
commit dc8520ebec
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -13,4 +13,3 @@
/dist/scripts/maketarball.sh
/dist/unix/strawberry.spec
/dist/windows/strawberry.nsi
src/translations/translations.pot

View File

@ -1006,7 +1006,7 @@ if(HAVE_TRANSLATIONS)
add_pot(POT
${CMAKE_CURRENT_SOURCE_DIR}/translations/header
${CMAKE_CURRENT_SOURCE_DIR}/translations/translations.pot
${CMAKE_CURRENT_BINARY_DIR}/translations/translations.pot
${SOURCES}
${MOC}
${UIC}