X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=cmake%2Fmodules%2FQuasselGenerateTranslations.cmake;h=a5fc97dd7f5cca43960f73805a9df7a296dfab06;hp=99c87a3b56e8f94ebdda0300d9d1ab9081ebc3ca;hb=0a7828c41c5a424c2a90dbf687178d37f34f2c20;hpb=44c417e63e7c10081a41d0b26093e13f60c85925 diff --git a/cmake/modules/QuasselGenerateTranslations.cmake b/cmake/modules/QuasselGenerateTranslations.cmake index 99c87a3b..a5fc97dd 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})