Finishing the renaming of the BufferTreeView, since SVN doesn't allow
[quassel.git] / src / client / client.pri
index 1b2148a..740f74e 100644 (file)
@@ -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 networkmodel.cpp client.cpp clientsettings.cpp mappedselectionmodel.cpp modelpropertymapper.cpp \
+        nickmodel.cpp selectionmodelsynchronizer.cpp treemodel.cpp
+HDRS += buffer.h networkmodel.h client.h clientsettings.h quasselui.h mappedselectionmodel.h modelpropertymapper.h \
+        nickmodel.h selectionmodelsynchronizer.h treemodel.h