diff --git a/CMakeLists.txt b/CMakeLists.txt index c43cdf7bee7f0daab84f376594e95f67c3802aff..d7cb5928389ab33bc34e39d2428d1a68a5f5d4aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,8 +44,8 @@ message( STATUS "Found Boost: ${Boost_LIBRARIES}, ${Boost_INCLUDE_DIR}") set(Protobuf_DIR "${CMAKE_SOURCE_DIR}/cmake_modules") find_package(Protobuf REQUIRED) -set(IRCClientQt_DIR "${CMAKE_SOURCE_DIR}/cmake_modules") -find_package(IRCClientQt) +set(Communi_DIR "${CMAKE_SOURCE_DIR}/cmake_modules") +find_package(Communi) set(log4cxx_DIR "${CMAKE_SOURCE_DIR}/cmake_modules") find_package(log4cxx) @@ -123,13 +123,13 @@ if (PROTOBUF_FOUND) endif() if(IRC_FOUND) - ADD_DEFINITIONS(-DIRC_SHARED) + ADD_DEFINITIONS(-DCOMMUNI_SHARED) message("IRC plugin : yes") include_directories(${QT_QTNETWORK_INCLUDE_DIR}) include_directories(${IRC_INCLUDE_DIR}) include(${QT_USE_FILE}) else() - message("IRC plugin : no (install libircclient-qt and libprotobuf-dev)") + message("IRC plugin : no (install libCommuni and libprotobuf-dev)") endif() message("Frotz plugin : yes")