From: Pino Toscano Date: Sun, 22 Apr 2007 16:01:07 +0000 (+0000) Subject: headers of a private library should not be installed X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/28a08b940ced8dc3b6fa7837c240a955be743be5 headers of a private library should not be installed svn path=/trunk/KDE/kdebase/apps/; revision=656882 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2d855532c..d2af19b4e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -103,9 +103,5 @@ install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR}) install( FILES dolphin.desktop DESTINATION ${XDG_APPS_DIR} ) install( FILES dolphin_directoryviewpropertysettings.kcfg dolphin_generalsettings.kcfg dolphin_columnmodesettings.kcfg dolphin_iconsmodesettings.kcfg dolphin_detailsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) install( FILES dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin ) -install( FILES - klistview.h - kitemcategorizer.h - DESTINATION ${INCLUDE_INSTALL_DIR}) kde4_install_icons( ${ICON_INSTALL_DIR} )