X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=765d7ba1ff6d110fb14e21430d79126f8f13c5d6;hb=6d6d0fcad8a01c5d232890416ad797b2fcb28c48;hp=3b1f2ab1ac87df8d46edfd9fc17ca2956b104019;hpb=50e2f01c22513696177b2e5ded7e68b8a96564d8;p=quassel.git diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 3b1f2ab1..765d7ba1 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -20,15 +20,18 @@ set(SOURCES util.cpp network.cpp ircuser.cpp - ircchannel.cpp) + ircchannel.cpp + cliparser.cpp) set(MOC_HDRS backlogmanager.h buffersyncer.h bufferviewconfig.h bufferviewmanager.h + coreinfo.h identity.h ircchannel.h + irclisthelper.h ircuser.h logger.h network.h @@ -41,7 +44,8 @@ set(HEADERS ${MOC_HDRS} message.h settings.h types.h - util.h) + util.h + cliparser.h) qt4_wrap_cpp(MOC ${MOC_HDRS})