X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=po%2FCMakeLists.txt;h=59c23970b16c194fc3608380e0703e56d2cd9b35;hb=35b7f86e8ce903cf49e2db1cd0503a3142f76278;hp=d0efe9b20721c508d260fec76bf45df9bbec404d;hpb=2573fe442275287321d828d88a5fb8d743952388;p=quassel.git 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})