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.
|
|
|
##### create translation templates ##############
|
|
|
|
|
|
|
|
tde_l10n_create_template(
|
|
|
|
CATALOG "ksplash"
|
|
|
|
EXCLUDES "^kcmksplash"
|
|
|
|
)
|
|
|
|
|
|
|
|
tde_l10n_auto_add_subdirectories( )
|
|
|
|
|
|
|
|
tde_l10n_create_template(
|
|
|
|
CATALOG "desktop_files/ksplash-desktops/"
|
|
|
|
SOURCES *.desktop
|
|
|
|
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
|
|
|
|
)
|
|
|
|
|
|
|
|
file(
|
|
|
|
GLOB_RECURSE _themes
|
|
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/*Theme.rc
|
|
|
|
)
|
|
|
|
list( SORT _themes )
|
|
|
|
|
|
|
|
tde_l10n_create_template(
|
|
|
|
CATALOG "desktop_files/ksplash-themes/"
|
|
|
|
SOURCES_DESKTOP ${_themes}
|
|
|
|
KEYWORDS Message1 Message2 Message3 Message4 Message5 Message6 Message7 Message8
|
|
|
|
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
|
|
|
|
)
|