X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2FCMakeLists.txt;h=0a9f1f58b0a2e14e558818bfba18c8e150d44b25;hp=f10489fb88bc709fb01a89e3ce09b04beebd5820;hb=9a77a6c1c6e274103803acce606f445d82456c7c;hpb=8f0946673bc3edc84b6f13e16cbe8ece912b4a3b diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index f10489fb..0a9f1f58 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -13,13 +13,13 @@ set(SOURCES buffersettings.cpp client.cpp clientbacklogmanager.cpp + clientidentity.cpp clientirclisthelper.cpp clientsettings.cpp clientsyncer.cpp irclistmodel.cpp messagefilter.cpp messagemodel.cpp - mappedselectionmodel.cpp networkmodel.cpp quasselui.cpp selectionmodelsynchronizer.cpp @@ -31,13 +31,13 @@ set(MOC_HDRS client.h clientbacklogmanager.h clientcoreinfo.h + clientidentity.h clientirclisthelper.h clientsyncer.h irclistmodel.h messagefilter.h messagemodel.h networkmodel.h - mappedselectionmodel.h quasselui.h selectionmodelsynchronizer.h treemodel.h)