From a8d06b848edf547376bc32a8b26e947cdcd2c28a Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 9 Apr 2015 15:50:06 -0300 Subject: Move the translations to it's own subfolder By adding a new CMakeLists.txt file and configuring the translations inside of it's folder, the buildsystem will compile everything on that folder. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- translations/CMakeLists.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 translations/CMakeLists.txt (limited to 'translations/CMakeLists.txt') diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt new file mode 100644 index 000000000..71ffa6d39 --- /dev/null +++ b/translations/CMakeLists.txt @@ -0,0 +1,34 @@ +QT5_ADD_TRANSLATION(TRANSLATIONS + subsurface_source.ts + subsurface_bg_BG.ts + subsurface_cs.ts + subsurface_da_DK.ts + subsurface_de_CH.ts + subsurface_de_DE.ts + subsurface_en_GB.ts + subsurface_es_ES.ts + subsurface_et_EE.ts + subsurface_fi_FI.ts + subsurface_fr_FR.ts + subsurface_it_IT.ts + subsurface_lv_LV.ts + subsurface_nb_NO.ts + subsurface_nl_NL.ts + subsurface_pl_PL.ts + subsurface_pt_BR.ts + subsurface_pt_PT.ts + subsurface_ru_RU.ts + subsurface_sk_SK.ts + subsurface_sv_SE.ts + subsurface_tr.ts + subsurface_zh_TW.ts +) + +# disabled translations as they are below 50%: +# translations/subsurface_el_GR.ts \ +# translations/subsurface_he.ts \ +# translations/subsurface_hu.ts \ +# translations/subsurface_ro_RO.ts \ + +SET(TRANSLATIONS ${TRANSLATIONS} PARENT_SCOPE) +ADD_CUSTOM_TARGET (translations ALL DEPENDS ${TRANSLATIONS}) -- cgit v1.2.3-70-g09d2