X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=c247eb3491eea6f0237eee008485c9a5ebffd321;hp=7bdf1c55eb21461d8838be553a00155fa1d369e4;hb=04315f46a16fc3627218377071e008b6b9744992;hpb=4f2d0000935e5f040940aca85a44b905bd916147 diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 7bdf1c55..c247eb34 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -17,7 +17,7 @@ set(SOURCES eventmanager.cpp identity.cpp ignorelistmanager.cpp - internalconnection.cpp + internalpeer.cpp ircchannel.cpp ircevent.cpp irclisthelper.cpp @@ -29,13 +29,13 @@ set(SOURCES networkconfig.cpp networkevent.cpp quassel.cpp - remoteconnection.cpp + remotepeer.cpp settings.cpp signalproxy.cpp syncableobject.cpp util.cpp - protocols/legacy/legacyconnection.cpp + protocols/legacy/legacypeer.cpp ) set(MOC_HDRS @@ -49,18 +49,18 @@ set(MOC_HDRS eventmanager.h identity.h ignorelistmanager.h - internalconnection.h + internalpeer.h ircchannel.h irclisthelper.h ircuser.h network.h networkconfig.h - remoteconnection.h + remotepeer.h settings.h signalproxy.h syncableobject.h - protocols/legacy/legacyconnection.h + protocols/legacy/legacypeer.h ) set(HEADERS ${MOC_HDRS} @@ -74,6 +74,7 @@ set(HEADERS ${MOC_HDRS} networkevent.h logger.h message.h + protocol.h types.h util.h)