Warning, /pim/akonadi/src/interfaces/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 SET(DBUS_INTERFACE_XMLS
0002     org.freedesktop.Akonadi.AgentManager.xml
0003     org.freedesktop.Akonadi.NotificationManager.xml
0004     org.freedesktop.Akonadi.Preprocessor.xml
0005     org.freedesktop.Akonadi.Tracer.xml
0006     org.freedesktop.Akonadi.Agent.Control.xml
0007     org.freedesktop.Akonadi.Agent.Search.xml
0008     org.freedesktop.Akonadi.Agent.Status.xml
0009     org.freedesktop.Akonadi.Resource.xml
0010     org.freedesktop.Akonadi.ControlManager.xml
0011     org.freedesktop.Akonadi.NotificationSource.xml
0012     org.freedesktop.Akonadi.Server.xml
0013     org.freedesktop.Akonadi.StorageDebugger.xml
0014     org.freedesktop.Akonadi.TracerNotification.xml
0015 )
0016 
0017 install(FILES ${DBUS_INTERFACE_XMLS}
0018         DESTINATION ${AKONADI_DBUS_INTERFACES_INSTALL_DIR}
0019 )
0020 
0021