Move translations.pot to binary directory
This commit is contained in:
parent
7ffbedf0dd
commit
dc8520ebec
|
@ -13,4 +13,3 @@
|
||||||
/dist/scripts/maketarball.sh
|
/dist/scripts/maketarball.sh
|
||||||
/dist/unix/strawberry.spec
|
/dist/unix/strawberry.spec
|
||||||
/dist/windows/strawberry.nsi
|
/dist/windows/strawberry.nsi
|
||||||
src/translations/translations.pot
|
|
||||||
|
|
|
@ -1006,7 +1006,7 @@ if(HAVE_TRANSLATIONS)
|
||||||
|
|
||||||
add_pot(POT
|
add_pot(POT
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/translations/header
|
${CMAKE_CURRENT_SOURCE_DIR}/translations/header
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/translations/translations.pot
|
${CMAKE_CURRENT_BINARY_DIR}/translations/translations.pot
|
||||||
${SOURCES}
|
${SOURCES}
|
||||||
${MOC}
|
${MOC}
|
||||||
${UIC}
|
${UIC}
|
||||||
|
|
Loading…
Reference in New Issue