Initial commit
[raptor.git] / lib / plugin / CMakeLists.txt
blob75e195ccae09ad69ab8363dcc91c010f8af13830
1 ########### source files ###############
2 SET(raptorlet_apps_LIB_SRCS
3         raptorapplicationsplugin.cpp
4         )
8 ########### prepare files ###############
9 KDE4_ADD_LIBRARY(raptorlet_apps SHARED ${raptorlet_apps_LIB_SRCS})
11 TARGET_LINK_LIBRARIES(
12         raptorlet_apps
13         plasmicraptor
14         ${PLASMA_LIBS}
15         ${QT_AND_KDECORE_LIBS}
16         ${KDE4_KDEUI_LIBS}
17         ${KDE4_KIO_LIBS}
18         ${KDE4_KUTILS_LIBS}
19         )
21 SET_TARGET_PROPERTIES(raptorlet_apps PROPERTIES VERSION 1.0.0 SOVERSION 1 )
24 ########### install files ###############
25 INSTALL(TARGETS raptorlet_apps  DESTINATION ${LIB_INSTALL_DIR})
27 install(FILES raptorlet_apps.desktop DESTINATION ${SERVICES_INSTALL_DIR})