2014-11-13 19:30:51 +02:00
|
|
|
set(desktop_SRCS
|
|
|
|
desktop.cpp
|
|
|
|
itemspace.cpp
|
|
|
|
desktoplayout.cpp)
|
|
|
|
|
2015-10-31 13:44:54 +02:00
|
|
|
set(krunner_xml ${CMAKE_SOURCE_DIR}/krunner/dbus/org.kde.krunner.App.xml)
|
2014-11-13 19:30:51 +02:00
|
|
|
QT4_ADD_DBUS_INTERFACE(desktop_SRCS ${krunner_xml} krunner_interface)
|
|
|
|
|
|
|
|
kde4_add_plugin(plasma_containment_desktop ${desktop_SRCS})
|
|
|
|
target_link_libraries(plasma_containment_desktop ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS})
|
|
|
|
|
|
|
|
install(TARGETS plasma_containment_desktop DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
install(FILES plasma-containment-desktop.desktop plasma-containment-desktopdashboard.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|
|
install(FILES plasma_desktop_containment.kwinrules DESTINATION ${DATA_INSTALL_DIR}/kwin/default_rules)
|