1 # Project Needs a name ofcourse
2 project(plasma-activitybar)
4 # We add our source code here
5 set(activitybar_SRCS activitybar.cpp)
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})