X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=cmake%2Fmodules%2FQuasselGenerateTranslations.cmake;h=5d9ef8ee13711df3a5a45552c7bc3f2fd0d9463c;hp=99c87a3b56e8f94ebdda0300d9d1ab9081ebc3ca;hb=77a25f294ec11f00f5be890700a63c093d4f781b;hpb=e50164ea43269a479767eac4f9d035162646c36d diff --git a/cmake/modules/QuasselGenerateTranslations.cmake b/cmake/modules/QuasselGenerateTranslations.cmake index 99c87a3b..5d9ef8ee 100644 --- a/cmake/modules/QuasselGenerateTranslations.cmake +++ b/cmake/modules/QuasselGenerateTranslations.cmake @@ -53,8 +53,8 @@ macro(quassel_generate_i18n_resource outvar) endforeach(file ${outfiles}) file(APPEND ${resfile} "\n\n") add_custom_command(OUTPUT ${resfile} DEPENDS ${outfiles}) - set_directory_properties(PROPERTIES - ADDITIONAL_MAKE_CLEAN_FILES "${outfiles} i18n.qrc") +# set_directory_properties(PROPERTIES +# ADDITIONAL_MAKE_CLEAN_FILES "${outfiles} i18n.qrc") # Generate resource qt4_add_resources(RC_OUT ${resfile}) @@ -65,4 +65,3 @@ macro(quassel_generate_i18n_resource outvar) message(STATUS "WARNING: lrelease not found, you won't have translations!") endif(QT_LRELEASE_EXECUTABLE) endmacro(quassel_generate_i18n_resource outvar) -