kde-playground/akonadi/interfaces/CMakeLists.txt
2015-09-23 09:37:02 +00:00

20 lines
686 B
CMake

SET(DBUS_INTERFACE_XMLS
org.freedesktop.Akonadi.AgentManager.xml
org.freedesktop.Akonadi.NotificationManager.xml
org.freedesktop.Akonadi.Preprocessor.xml
org.freedesktop.Akonadi.Tracer.xml
org.freedesktop.Akonadi.Agent.Control.xml
org.freedesktop.Akonadi.Agent.Search.xml
org.freedesktop.Akonadi.Agent.Status.xml
org.freedesktop.Akonadi.Resource.xml
org.freedesktop.Akonadi.ControlManager.xml
org.freedesktop.Akonadi.NotificationSource.xml
org.freedesktop.Akonadi.Server.xml
org.freedesktop.Akonadi.StorageDebugger.xml
org.freedesktop.Akonadi.TracerNotification.xml
)
install(FILES ${DBUS_INTERFACE_XMLS}
DESTINATION ${DBUS_INTERFACES_INSTALL_DIR})