X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2FCMakeLists.txt;h=db788800200390194f8163da48134752278d4af5;hp=6877a0b75f4a39525670954896ebe08f109a633f;hb=535f934ed8d2d991a83ad10f34669dbc909f1c84;hpb=fe4b38e66592f11fdf4c4651863968983daecd2d diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index 6877a0b7..db788800 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 @@ -14,6 +15,7 @@ set(SOURCES clientirclisthelper.cpp clientsettings.cpp clientsyncer.cpp + desktopnotifications.cpp irclistmodel.cpp mappedselectionmodel.cpp networkmodel.cpp @@ -25,8 +27,10 @@ set(MOC_HDRS buffermodel.h client.h clientbacklogmanager.h + clientcoreinfo.h clientirclisthelper.h clientsyncer.h + desktopnotifications.h irclistmodel.h networkmodel.h mappedselectionmodel.h