X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.pri;h=2aabd35a6efa53c2e1790d7bf662229c4b94f2cc;hp=1b2148ab76f2d9d98889cfbbaeec4a102f3caa20;hb=0208d04a0b8c25f3c77727a68eef94ce2d608690;hpb=d7052a3218b115ab68d24ea33e670ed26afd19ce diff --git a/src/client/client.pri b/src/client/client.pri index 1b2148ab..2aabd35a 100644 --- a/src/client/client.pri +++ b/src/client/client.pri @@ -1,4 +1,6 @@ -DEPMOD = common contrib/qxt +DEPMOD = common QT_MOD = core network gui # gui is needed just for QColor... FIXME! -SRCS = buffer.cpp buffertreemodel.cpp client.cpp clientsettings.cpp treemodel.cpp -HDRS = buffer.h buffertreemodel.h client.h clientsettings.h treemodel.h +SRCS += buffer.cpp buffertreemodel.cpp client.cpp clientsettings.cpp mappedselectionmodel.cpp modelpropertymapper.cpp \ + nicktreemodel.cpp selectionmodelsynchronizer.cpp treemodel.cpp +HDRS += buffer.h buffertreemodel.h client.h clientsettings.h quasselui.h mappedselectionmodel.h modelpropertymapper.h \ + nicktreemodel.h selectionmodelsynchronizer.h treemodel.h