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

tde_l10n_create_template(
    CATALOG "kmobile"
    EXCLUDES "^tdeioslave/"
)

tde_l10n_auto_add_subdirectories( )

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