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

set(library_HDRS
    Channel
    channel.h
    Channel_Interface_Call_Merging
    channel_interface_call_merging.h
    Channel_Interface_Call_State
    channel_interface_call_state.h
    Channel_Interface_Chat_State
    channel_interface_chat_state.h
    Channel_Interface_DTMF
    channel_interface_dtmf.h
    Channel_Interface_Group
    channel_interface_group.h
    Channel_Interface_Hold
    channel_interface_hold.h
    Channel_Interface_Media_Signalling
    channel_interface_media_signalling.h
    Channel_Interface_Password
    channel_interface_password.h
    Channel_Interface_Transfer
    channel_interface_transfer.h
    Channel_Type_Contact_List
    channel_type_contact_list.h
    Channel_Type_Room_List
    channel_type_room_list.h
    Channel_Type_Streamed_Media
    channel_type_streamed_media.h
    Channel_Type_Text
    channel_type_text.h
    Channel_Type_Tubes
    channel_type_tubes.h
    Client_Export
    client_export.h
    Connection
    connection.h
    Connection_Interface_Aliasing
    connection_interface_aliasing.h
    Connection_Interface_Avatars
    connection_interface_avatars.h
    Connection_Interface_Capabilities
    connection_interface_capabilities.h
    Connection_Interface_Forwarding
    connection_interface_forwarding.h
    Connection_Interface_Presence
    connection_interface_presence.h
    Connection_Interface_Privacy
    connection_interface_privacy.h
    Connection_Interface_Renaming
    connection_interface_renaming.h
    Connection_Manager
    connection_manager.h
    Media_Stream_Handler
    media_stream_handler.h
    Properties_Interface
    properties_interface.h
)

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