not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / applets / tasks / CMakeLists.txt
bloba3100fa3d51ed9469a0d24da39e472b9418ae14e
1 project(plasma-tasks)
3 set(tasks_SRCS
4     windowtaskitem.cpp tasks.cpp layoutwidget.cpp abstracttaskitem.cpp taskgroupitem.cpp tasksmenu.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} ${KDE4_PLASMA_LIBS} taskmanager)
10 install(TARGETS plasma_applet_tasks DESTINATION ${PLUGIN_INSTALL_DIR})
11 install(FILES plasma-tasks-default.desktop DESTINATION ${SERVICES_INSTALL_DIR})