CMake: Move translations.pot to src dir

This commit is contained in:
Jonas Kvinge 2024-08-24 20:21:37 +02:00
parent 58c7a9b9cc
commit 0055ebe8a7

View File

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