You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
865 B
CMake
22 lines
865 B
CMake
###############################################################################
|
|
# Trinity KOffice #
|
|
# --------------- #
|
|
# This file is licensed under the terms of GNU GPL v3 or later. #
|
|
# Improvements and feedback are welcome. #
|
|
###############################################################################
|
|
|
|
set(TEMPLATE_SUBDIR "Normal")
|
|
file(GLOB DESKTOP_FILES *.desktop)
|
|
file(GLOB KWORD_TEMPLATES *.kwt)
|
|
|
|
install(
|
|
FILES
|
|
Presentation.desktop TextDocument.desktop SpreadSheet.desktop
|
|
Illustration.desktop
|
|
DESTINATION ${TEMPLATES_INSTALL_DIR}
|
|
)
|
|
|
|
install(
|
|
FILES Presentation.kpt TextDocument.kwt SpreadSheet.kst Illustration.karbon
|
|
DESTINATION ${TEMPLATES_INSTALL_DIR}/.source
|
|
) |