summaryrefslogtreecommitdiffstats
path: root/tdepasswd/CMakeL10n.txt
blob: 7d0e6c9397dcd6823cd22455e6878cb29344bbcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##### create translation templates ##############

tde_l10n_create_template(
    CATALOG "tdepasswd"
    EXCLUDES "/"
)

tde_l10n_auto_add_subdirectories( )

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