X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=d45a4adb764adacc2d34a153a5a2ce416457a179;hb=31414ddaa421b1f8091eab8149da74545f7c47ab;hp=04fbe3bb4d30ad3c839a8144658fd040eb90ff2d;hpb=64cf9f9b8a737dad5f29447805d4004cfd03c454;p=quassel.git diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 04fbe3bb..d45a4adb 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -30,11 +30,14 @@ set(SOURCES networkconfig.cpp networkevent.cpp peer.cpp + peerfactory.cpp quassel.cpp remotepeer.cpp settings.cpp signalproxy.cpp syncableobject.cpp + transfer.cpp + transfermanager.cpp util.cpp protocols/legacy/legacypeer.cpp @@ -59,10 +62,13 @@ set(MOC_HDRS network.h networkconfig.h peer.h + peerfactory.h remotepeer.h settings.h signalproxy.h syncableobject.h + transfer.h + transfermanager.h protocols/legacy/legacypeer.h )