X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2FCMakeLists.txt;h=c8519070f82af1611070a59f3eb27ab77c778545;hp=818dd8ab9a36df0f25a650e8de34a3a85dcf7822;hb=52cfbc8ee8f4da6f28c6afef089f8179434e717d;hpb=27302bba72a29977e81b9a0b2d8cde3a62ebc818 diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index 818dd8ab..c8519070 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -8,7 +8,6 @@ include(${QT_USE_FILE}) set(SOURCES abstractmessageprocessor.cpp - abstractui.cpp backlogrequester.cpp buffermodel.cpp buffersettings.cpp @@ -22,8 +21,10 @@ set(SOURCES clientignorelistmanager.cpp clientirclisthelper.cpp clientsettings.cpp - clientsyncer.cpp clientuserinputhandler.cpp + coreaccount.cpp + coreaccountmodel.cpp + coreconnection.cpp execwrapper.cpp irclistmodel.cpp messagefilter.cpp @@ -47,7 +48,8 @@ set(MOC_HDRS clientignorelistmanager.h clientirclisthelper.h clientuserinputhandler.h - clientsyncer.h + coreaccountmodel.h + coreconnection.h execwrapper.h irclistmodel.h messagefilter.h @@ -60,7 +62,9 @@ set(HEADERS backlogsettings.h backlogrequester.h buffersettings.h - clientsettings.h) + clientsettings.h + coreaccount.h + ) qt4_wrap_cpp(MOC ${MOC_HDRS})