# ######### QtTelepathyClient library #########

set(library_HDRS
    Channel
    ChannelContactList
    ChannelContactSearch
    ChannelDTMFInterface
    ChannelChatStateInterface
    ChannelGroupInterface
    ChannelHoldInterface
    ChannelPasswordInterface
    ChannelRoomList
    ChannelStreamedMedia
    ChannelText
    ChannelTransferInterface
    Connection
    ConnectionAliasingInterface
    ConnectionAvatarsInterface
    ConnectionCapabilitiesInterface
    ConnectionContactInfoInterface
    ConnectionForwardingInterface
    ConnectionManager
    ConnectionPresenceInterface
    ConnectionPrivacyInterface
    ConnectionRenamingInterface
    Properties
    StreamEngine
    ChannelHandler
    channel.h
    channelcontactlist.h
    channelcontactsearch.h
    channeldtmfinterface.h
    channelchatstateinterface.h
    channelgroupinterface.h
    channelholdinterface.h
    channelpasswordinterface.h
    channelroomlist.h
    channelstreamedmedia.h
    channeltext.h
    channeltransferinterface.h
    connection.h
    connectionaliasinginterface.h
    connectionavatarsinterface.h
    connectioncapabilitiesinterface.h
    connectioncontactinfointerface.h
    connectionforwardinginterface.h
    connectionmanager.h
    connectionpresenceinterface.h
    connectionprivacyinterface.h
    connectionrenaminginterface.h
    properties.h
    streamengine.h
    channelhandler.h
)

install(FILES ${library_HDRS} DESTINATION include/QtTelepathy/Client)
