############################################################################### # 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 )