blob: c035c4f98c6d31b7f432237cc39aba069a41e915 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
##### create translation templates ##############
tde_l10n_create_template(
CATALOG "kgreet_classic"
SOURCES "kgreet_classic.cpp"
)
tde_l10n_create_template(
CATALOG "kgreet_winbind"
SOURCES "kgreet_winbind.cpp"
)
tde_l10n_create_template(
CATALOG "libdmctl"
SOURCES "dmctl.cpp"
)
|