X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=po%2FCMakeLists.txt;fp=po%2FCMakeLists.txt;h=59c23970b16c194fc3608380e0703e56d2cd9b35;hp=d0efe9b20721c508d260fec76bf45df9bbec404d;hb=35b7f86e8ce903cf49e2db1cd0503a3142f76278;hpb=b99ec3f4d2ff365931b18597babefb875a759d61 diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index d0efe9b2..59c23970 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -65,4 +65,4 @@ else(EMBED_DATA) install(FILES ${qm_files} DESTINATION ${DATA_INSTALL_DIR}/quassel/translations) endif(EMBED_DATA) -add_custom_target(i18n DEPENDS ${qm_files}) +add_custom_target(po DEPENDS ${qm_files})