##### create translation templates ##############

tde_l10n_create_template(
    CATALOG "libtdepim"
    SOURCES
        "."
        "../libemailfunctions"
        "../libkpimidentities"
    EXCLUDES "(^|/)tests/"
)

tde_l10n_create_template(
    CATALOG "desktop_files/libtdepim-desktops/"
    SOURCES *.desktop
    DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)
