Tag as devel element
svn path=/trunk/KDE/kdebase/workspace/; revision=825022
This commit is contained in:
parent
b0da4e0f99
commit
da2c6c1375
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue