Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / plasma / applets / tasks / CMakeLists.txt
blobe92c3282145d2649ab2acf3a4ffda238e98fdf47
1 project(plasma-tasks)
3 set(tasks_SRCS
4     abstracttaskitem.cpp taskgroupitem.cpp windowtaskitem.cpp tasks.cpp)
6 kde4_add_ui_files(tasks_SRCS tasksConfig.ui )
7 kde4_add_plugin(plasma_applet_tasks ${tasks_SRCS})
8 target_link_libraries(plasma_applet_tasks ${KDE4_KDEUI_LIBS} plasma taskmanager)
10 install(TARGETS plasma_applet_tasks DESTINATION ${PLUGIN_INSTALL_DIR})
11 install(FILES plasma-tasks-default.desktop DESTINATION ${SERVICES_INSTALL_DIR})