mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
20 lines
686 B
CMake
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})
|
|
|
|
|