blob: 22d0ba06dc60688261fb914592e2183ded1e1d29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
##### create translation templates ##############
tde_l10n_auto_add_subdirectories( )
tde_l10n_create_template(
CATALOG "desktop_files/kcontrol-desktops/"
SOURCES *.desktop
KEYWORDS Query
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)
tde_l10n_create_template(
CATALOG "desktop_files/kcontrol-eventsrc/"
SOURCES *eventsrc
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)
|