add missing files
[raptor.git] / menuviz / CMakeLists.txt
blob8413c4932f9f027d86ff6cb6cb65d46e8484a70f
1 ########### source files ###############
2 SET(raptor_plasmoid_PART_SRCS
3         dummybutton.cpp
4         )
8 ########### prepare files ###############
9 KDE4_ADD_PLUGIN(raptor_plasmoid ${raptor_plasmoid_PART_SRCS})
11 TARGET_LINK_LIBRARIES(
12         raptor_plasmoid
13         plasmicraptor
14         kickermain
15         konq
16         ${QT_AND_KDECORE_LIBS}
17         ${KDE4_KDEUI_LIBS}
18         ${KDE4_KIO_LIBS}
19         ${KDE4_KUTILS_LIBS}
20         )
23 ########### install files ###############
24 INSTALL(TARGETS raptor_plasmoid  DESTINATION ${PLUGIN_INSTALL_DIR} )
25 #install( FILES raptor.desktop  DESTINATION  ${DATA_INSTALL_DIR}/kicker/applets )