blob: 7e0650326cea851c6a2ebcdaa466b861d8b48428 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
##### create translation templates ##############
tde_l10n_create_template(
CATALOG "kdf"
EXCLUDES "tdeconftest.cpp"
)
tde_l10n_create_template(
CATALOG "desktop_files/kdf-desktops/"
SOURCES *.desktop
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)
|