X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2FCMakeLists.txt;h=dfed69250dc51dd563f6b55287c95b72a4707f85;hb=e4491717487ddbff71b9b5a59d7b4cba3eb67629;hp=f00050853381e81deb2551151415a00f86982039;hpb=ac21cc48d22f0cf58a98b74754fa94564a8e3f45;p=quassel.git diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index f0005085..dfed6925 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -8,39 +8,54 @@ include(${QT_USE_FILE}) set(SOURCES abstractmessageprocessor.cpp + abstractui.cpp backlogrequester.cpp buffermodel.cpp buffersettings.cpp + bufferviewoverlay.cpp client.cpp + clientaliasmanager.cpp clientbacklogmanager.cpp + clientbufferviewconfig.cpp + clientbufferviewmanager.cpp clientidentity.cpp + clientignorelistmanager.cpp clientirclisthelper.cpp clientsettings.cpp - clientsyncer.cpp + clientuserinputhandler.cpp + coreaccount.cpp + coreaccountmodel.cpp + coreconnection.cpp + execwrapper.cpp irclistmodel.cpp messagefilter.cpp messagemodel.cpp - mappedselectionmodel.cpp networkmodel.cpp - quasselui.cpp selectionmodelsynchronizer.cpp treemodel.cpp) set(MOC_HDRS abstractmessageprocessor.h + abstractui.h buffermodel.h + bufferviewoverlay.h client.h + clientaliasmanager.h clientbacklogmanager.h + clientbufferviewconfig.h + clientbufferviewmanager.h clientcoreinfo.h clientidentity.h + clientignorelistmanager.h clientirclisthelper.h - clientsyncer.h + clientuserinputhandler.h + coreaccountmodel.h + coreconnection.h + execwrapper.h irclistmodel.h messagefilter.h messagemodel.h networkmodel.h - mappedselectionmodel.h - quasselui.h selectionmodelsynchronizer.h treemodel.h) @@ -48,7 +63,9 @@ set(HEADERS backlogsettings.h backlogrequester.h buffersettings.h - clientsettings.h) + clientsettings.h + coreaccount.h + ) qt4_wrap_cpp(MOC ${MOC_HDRS})