diff options
| author | Pino Toscano <[email protected]> | 2007-04-22 16:01:07 +0000 |
|---|---|---|
| committer | Pino Toscano <[email protected]> | 2007-04-22 16:01:07 +0000 |
| commit | 28a08b940ced8dc3b6fa7837c240a955be743be5 (patch) | |
| tree | 4d23620ef0de70792138e8d3928e689118a5f2e5 /src | |
| parent | 10a02f0bc3641e8dd281c1ae14a9f5649139b8a1 (diff) | |
headers of a private library should not be installed
svn path=/trunk/KDE/kdebase/apps/; revision=656882
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
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} ) |
