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

tde_l10n_create_template(
    CATALOG "k3b"
    SOURCES
        "."
        "../plugins"
        "tips"
)

tde_l10n_create_template(
    CATALOG "desktop_files/eventsrc/"
    SOURCES eventsrc
    DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)