blob: dd483df777be777cc945f014a206d892403b87b4 (
plain)
1
2
3
4
5
6
7
8
9
|
##### create translation templates ##############
tde_l10n_create_template( "kcalc" )
tde_l10n_create_template(
CATALOG "desktop_files/kcalc.desktop/"
SOURCES kcalc.desktop
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)
|