X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2FCMakeLists.txt;h=f6651ae43384a14a75e82c284c4d859c42a4f9e4;hb=fa4d0a5606f0c9ed49e196278611fce6b017fb0b;hp=d4a24597e34122d0a89816cb0ca9bdeff340b1d6;hpb=63af36e607d250637aaba0bba14d2158e79c7bed;p=quassel.git diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index d4a24597..f6651ae4 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -7,6 +7,7 @@ set(QT_USE_QTDBUS 1) include(${QT_USE_FILE}) set(SOURCES + abstractmessageprocessor.cpp buffer.cpp buffermodel.cpp buffersettings.cpp @@ -20,10 +21,12 @@ set(SOURCES messagemodel.cpp mappedselectionmodel.cpp networkmodel.cpp + quasselui.cpp selectionmodelsynchronizer.cpp treemodel.cpp) set(MOC_HDRS + abstractmessageprocessor.h buffer.h buffermodel.h client.h