diff options
Diffstat (limited to 'tdmlib')
-rw-r--r-- | tdmlib/CMakeL10n.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tdmlib/CMakeL10n.txt b/tdmlib/CMakeL10n.txt new file mode 100644 index 000000000..c035c4f98 --- /dev/null +++ b/tdmlib/CMakeL10n.txt @@ -0,0 +1,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" +) |