2015-01-15 17:07:43 +00:00
|
|
|
project(rememberthemilk-plasmoid)
|
|
|
|
|
|
|
|
include_directories(
|
2015-09-02 02:13:50 +03:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}
|
|
|
|
${KDE4_INCLUDES}
|
|
|
|
)
|
2015-01-15 17:07:43 +00:00
|
|
|
|
|
|
|
set(rememberthemilk-plasmoid_SRCS
|
2015-09-02 02:13:50 +03:00
|
|
|
rememberthemilk-plasmoid.cpp
|
|
|
|
taskitem.cpp
|
|
|
|
taskitemdelegate.cpp
|
|
|
|
taskeditor.cpp
|
|
|
|
taskmodel.cpp
|
|
|
|
tasksortfilter.cpp
|
|
|
|
authenticate.ui
|
|
|
|
general.ui
|
|
|
|
)
|
2015-01-15 17:07:43 +00:00
|
|
|
|
|
|
|
kde4_add_plugin(plasma_applet_rtm ${rememberthemilk-plasmoid_SRCS})
|
|
|
|
target_link_libraries(plasma_applet_rtm
|
2015-09-02 02:13:50 +03:00
|
|
|
${KDE4_PLASMA_LIBS}
|
|
|
|
${KDE4_SOLID_LIBS}
|
|
|
|
${KDE4_KDEUI_LIBS}
|
|
|
|
${KDE4_KDEWEBKIT_LIBS}
|
|
|
|
)
|
2015-01-15 17:07:43 +00:00
|
|
|
|
|
|
|
install(TARGETS plasma_applet_rtm
|
|
|
|
DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
|
|
|
|
install(FILES plasma-applet-rememberthemilk.desktop
|
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR})
|