diff options
Diffstat (limited to 'klaptopdaemon/CMakeL10n.txt')
-rw-r--r-- | klaptopdaemon/CMakeL10n.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/klaptopdaemon/CMakeL10n.txt b/klaptopdaemon/CMakeL10n.txt new file mode 100644 index 0000000..8fb67db --- /dev/null +++ b/klaptopdaemon/CMakeL10n.txt @@ -0,0 +1,30 @@ +##### create translation templates ############## + +set( KCMLAPTOP_SOURCES + acpi.cpp + apm.cpp + battery.cpp + buttons.cpp + main.cpp + pcmcia.cpp + power.cpp + profile.cpp + sony.cpp + warning.cpp +) + +unset( KLAPTOPDAEMON_EXCLUDES ) +foreach( _src ${KCMLAPTOP_SOURCES} ) + list( APPEND KLAPTOPDAEMON_EXCLUDES "^${_src}\\\$" ) +endforeach( ) + +tde_l10n_create_template( + CATALOG "kcmlaptop" + SOURCES ${KCMLAPTOP_SOURCES} +) + +tde_l10n_create_template( + CATALOG "klaptopdaemon" + SOURCES "." + EXCLUDES ${KLAPTOPDAEMON_EXCLUDES} +) |