mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
21 lines
628 B
Text
21 lines
628 B
Text
![]() |
|
||
|
add_subdirectory( Applications )
|
||
|
if (NOT WIN32)
|
||
|
add_subdirectory( Manpages )
|
||
|
add_subdirectory( Scrollkeeper )
|
||
|
endif (NOT WIN32)
|
||
|
|
||
|
|
||
|
########### install files ###############
|
||
|
|
||
|
install( FILES fundamentals.desktop plasma.desktop
|
||
|
onlinehelp.desktop
|
||
|
info.desktop kicmodules.desktop
|
||
|
kcontrolmodules.desktop
|
||
|
konquerorcontrolmodules.desktop
|
||
|
browsercontrolmodules.desktop
|
||
|
filemanagercontrolmodules.desktop
|
||
|
othercontrolmodules.desktop
|
||
|
kioslaves.desktop DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins )
|
||
|
|