blob: a6b993ae76f93a69fcdd1ce58726d3f5b90f8ed5 (
plain)
1
2
3
4
5
6
7
8
9
|
install(
FILES abbrev.txt data.sql samples-cs_CZ.kreml samples-en_US.kreml weight.txt
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/data
)
tde_create_translated_desktop(
SOURCE x-krecipes-backup.desktop x-krecipes-recipes.desktop
DESTINATION ${MIME_INSTALL_DIR}/application
)
|