diff options
Diffstat (limited to 'kcontrol/access')
-rw-r--r-- | kcontrol/access/CMakeL10n.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kcontrol/access/CMakeL10n.txt b/kcontrol/access/CMakeL10n.txt new file mode 100644 index 000000000..1c3229df7 --- /dev/null +++ b/kcontrol/access/CMakeL10n.txt @@ -0,0 +1,14 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kaccess" + SOURCES + kaccess.cpp + main.cpp +) + +tde_l10n_create_template( + CATALOG "kcmaccess" + SOURCES + kcmaccess.cpp +) |