summaryrefslogtreecommitdiffstats
path: root/src/themes/CMakeL10n.txt
blob: 66cd2315f6058ec4b7848f4e2bea6a4c560e2f14 (plain)
1
2
3
4
5
6
7
8
9
##### create translation templates ##############

file( GLOB_RECURSE _themes RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} Theme.rc )

tde_l10n_create_template(
    CATALOG "desktop_files/themes/"
    SOURCES_DESKTOP ${_themes}
    KEYWORDS Label1 Label2 Label3 Label4 Label5
)