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

tde_l10n_create_template( "kteatime" )

tde_l10n_create_template(
    CATALOG "desktop_files/kteatime.desktop/"
    SOURCES kteatime.desktop
    DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)

tde_l10n_create_template(
    CATALOG "desktop_files/kteatime-eventsrc/"
    SOURCES_DESKTOP eventsrc
    DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)