diff options
Diffstat (limited to 'kcontrol/hwmanager/CMakeL10n.txt')
-rw-r--r-- | kcontrol/hwmanager/CMakeL10n.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/CMakeL10n.txt b/kcontrol/hwmanager/CMakeL10n.txt new file mode 100644 index 000000000..92bf49b47 --- /dev/null +++ b/kcontrol/hwmanager/CMakeL10n.txt @@ -0,0 +1,11 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kcmhwmanager" + EXCLUDES "^hwdevicetray.*" +) + +tde_l10n_create_template( + CATALOG "tdehwdevicetray" + SOURCES "hwdevicetray*.cpp" +) |