mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
20 lines
628 B
CMake
20 lines
628 B
CMake
|
|
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 )
|
|
|