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
|
kdecorationfactory.h
|
||||||
kcommondecoration.h
|
kcommondecoration.h
|
||||||
kdecorationbridge.h
|
kdecorationbridge.h
|
||||||
DESTINATION ${INCLUDE_INSTALL_DIR})
|
DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel )
|
||||||
|
|
||||||
### effects lib ###
|
### effects lib ###
|
||||||
set(kwin_EFFECTSLIB_SRCS
|
set(kwin_EFFECTSLIB_SRCS
|
||||||
|
@ -75,4 +75,4 @@ install( FILES
|
||||||
kwinshadereffect.h
|
kwinshadereffect.h
|
||||||
kwinxrenderutils.h
|
kwinxrenderutils.h
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/kwinconfig.h
|
${CMAKE_CURRENT_BINARY_DIR}/kwinconfig.h
|
||||||
DESTINATION ${INCLUDE_INSTALL_DIR})
|
DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel)
|
||||||
|
|
Loading…
Reference in a new issue