# ######### QtTelepathyCore library #########

set(library_HDRS
    Channel_Adaptor
    channel_adaptor.h
    Channel_Interface_Call_Merging_Adaptor
    channel_interface_call_merging_adaptor.h
    Channel_Interface_Call_State_Adaptor
    channel_interface_call_state_adaptor.h
    Channel_Interface_Chat_State_Adaptor
    channel_interface_chat_state_adaptor.h
    Channel_Interface_DTMF_Adaptor
    channel_interface_dtmf_adaptor.h
    Channel_Interface_Group_Adaptor
    channel_interface_group_adaptor.h
    Channel_Interface_Hold_Adaptor
    channel_interface_hold_adaptor.h
    Channel_Interface_Media_Signalling_Adaptor
    channel_interface_media_signalling_adaptor.h
    Channel_Interface_Password_Adaptor
    channel_interface_password_adaptor.h
    Channel_Interface_Transfer_Adaptor
    channel_interface_transfer_adaptor.h
    Channel_Type_Contact_List_Adaptor
    channel_type_contact_list_adaptor.h
    Channel_Type_Room_List_Adaptor
    channel_type_room_list_adaptor.h
    Channel_Type_Streamed_Media_Adaptor
    channel_type_streamed_media_adaptor.h
    Channel_Type_Text_Adaptor
    channel_type_text_adaptor.h
    Channel_Type_Tubes_Adaptor
    channel_type_tubes_adaptor.h
    Connection_Adaptor
    connection_adaptor.h
    Connection_Interface_Aliasing_Adaptor
    connection_interface_aliasing_adaptor.h
    Connection_Interface_Avatars_Adaptor
    connection_interface_avatars_adaptor.h
    Connection_Interface_Capabilities_Adaptor
    connection_interface_capabilities_adaptor.h
    Connection_Interface_Forwarding_Adaptor
    connection_interface_forwarding_adaptor.h
    Connection_Interface_Presence_Adaptor
    connection_interface_presence_adaptor.h
    Connection_Interface_Privacy_Adaptor
    connection_interface_privacy_adaptor.h
    Connection_Interface_Renaming_Adaptor
    connection_interface_renaming_adaptor.h
    Connection_Manager_Adaptor
    connection_manager_adaptor.h
    Media_Stream_Handler_Adaptor
    media_stream_handler_adaptor.h
    Properties_Interface_Adaptor
    properties_interface_adaptor.h
)

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