Tag as devel element

svn path=/trunk/KDE/kdebase/workspace/; revision=825022
icc-effect-5.14.5
Laurent Montel 2008-06-27 06:56:11 +00:00
parent b0da4e0f99
commit da2c6c1375
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ install( FILES
kdecorationfactory.h
kcommondecoration.h
kdecorationbridge.h
DESTINATION ${INCLUDE_INSTALL_DIR})
DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel )
### effects lib ###
set(kwin_EFFECTSLIB_SRCS
@ -75,4 +75,4 @@ install( FILES
kwinshadereffect.h
kwinxrenderutils.h
${CMAKE_CURRENT_BINARY_DIR}/kwinconfig.h
DESTINATION ${INCLUDE_INSTALL_DIR})
DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel)