not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / applets / activitybar / CMakeLists.txt
blobdf73c4071adaa79b843d7f97172b0d8e91f9f762
1 # Project Needs a name ofcourse
2 project(plasma-activitybar)
3  
4 # We add our source code here
5 set(activitybar_SRCS activitybar.cpp)
6  
7 # Now make sure all files get to the right place
8 kde4_add_plugin(plasma_applet_activitybar ${activitybar_SRCS})
9 target_link_libraries(plasma_applet_activitybar 
10                       plasma ${KDE4_KDEUI_LIBS})
12 install(TARGETS plasma_applet_activitybar
13         DESTINATION ${PLUGIN_INSTALL_DIR})
15 install(FILES plasma-applet-activitybar.desktop
16         DESTINATION ${SERVICES_INSTALL_DIR})