Fixed rules for creating desktop file translation templates

different for the R14.0.x branch.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/182/head
Slávek Banko 4 years ago
parent e12ef21957
commit 4f0e8c5c16
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -1,9 +1,3 @@
##### create translation templates ##############
tde_l10n_create_template( "kdcop" )
tde_l10n_create_template(
CATALOG "desktop_files/kdcop.desktop/"
SOURCES kdcop.desktop
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)

@ -2,6 +2,6 @@
tde_l10n_create_template(
CATALOG "desktop_files/tdeintegration.desktop/"
SOURCES tdeintegration.desktop
SOURCES kdeintegration.desktop
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)

Loading…
Cancel
Save