From c01ffd6fd7b8a4cc2b086d1c201b58e005759f7c Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 12 Mar 2006 18:03:15 +0000 Subject: [PATCH] Fix install file svn path=/trunk/KDE/kdebase/konsole/; revision=517967 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd528d8e..0dd9aef9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ install_files( ${SERVICETYPES_INSTALL_DIR} FILES terminalemulator.desktop ) install_files( ${SERVICES_INSTALL_DIR} FILES konsolepart.desktop kwrited.desktop konsole-script.desktop ) install_files( ${DATA_INSTALL_DIR}/konqueror/servicemenus FILES konsolehere.desktop ) install_files( ${SERVICES_INSTALL_DIR}/kded FILES kwrited.desktop ) -install_files( ${DATA_INSTALL_DIR}/kconf_update FILES konsole.upd ) +install_files( ${DATA_INSTALL_DIR}/kconf_update FILES konsole.upd schemaStrip.pl ) kde4_footer()