X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2FCMakeLists.txt;h=41721bde8d5b8c122e5fcb442678bfe1a18cc6c4;hp=39436cb699b51b26c2a2122c875e94db98042efc;hb=2f83cb6d01ff68131528797020637887fe0e77b7;hpb=cb1918d94b5d8ec9f05a192c96fab938782dabf5 diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index 39436cb6..41721bde 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -3,6 +3,7 @@ # We still have some minor deps to QtUi: QItemSelectionModel # set(QT_DONT_USE_QTGUI 1) set(QT_USE_QTNETWORK 1) +set(QT_USE_QTDBUS 1) include(${QT_USE_FILE}) set(SOURCES @@ -11,8 +12,10 @@ set(SOURCES buffersettings.cpp client.cpp clientbacklogmanager.cpp + clientirclisthelper.cpp clientsettings.cpp clientsyncer.cpp + irclistmodel.cpp mappedselectionmodel.cpp networkmodel.cpp selectionmodelsynchronizer.cpp @@ -23,7 +26,10 @@ set(MOC_HDRS buffermodel.h client.h clientbacklogmanager.h + clientcoreinfo.h + clientirclisthelper.h clientsyncer.h + irclistmodel.h networkmodel.h mappedselectionmodel.h quasselui.h