You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeutils/klaptopdaemon/CMakeL10n.txt

37 lines
713 B

##### 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}
)
tde_l10n_create_template(
CATALOG "desktop_files/klaptopdaemon-desktops/"
SOURCES *.desktop
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)