X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=po%2FCMakeLists.txt;h=8e5a45f73ca9de478f20f8ae37ad47ea78a8fd80;hp=e7df6271f0e12650e46f3cc99ff302e4230cc513;hb=79bce57a20e7d4226f3c33760ded9095d66a1b50;hpb=42d328e94a3bed8e6b0a32e7a234281e6d184325;ds=sidebyside diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index e7df6271..8e5a45f7 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -51,14 +51,14 @@ if (TARGET Qt5::lconvert) COMMAND $ -silent ${CMAKE_SOURCE_DIR}/src -ts ${tsfiles} COMMAND ${CMAKE_COMMAND} -E touch tsfiles.done DEPENDS ${tsfiles} - OUTPUT tsfiles.depends + OUTPUT tsfiles.done ) # Generate the final translation files (.qm) for use by Qt add_custom_command(VERBATIM COMMENT "Compressing translations" COMMAND $ -silent ${tsfiles} - DEPENDS tsfiles.depends + DEPENDS tsfiles.done OUTPUT ${qmfiles} )