- Topics are now editable even when they were empty
[quassel.git] / src / client / client.pri
index 740f74e..46ddc54 100644 (file)
@@ -1,6 +1,6 @@
 DEPMOD = common
-QT_MOD = core network gui   # gui is needed just for QColor... FIXME!
-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
+QT_MOD = core network gui
+SRCS += buffer.cpp buffersettings.cpp treemodel.cpp networkmodel.cpp buffermodel.cpp client.cpp clientsettings.cpp clientsyncer.cpp \
+        mappedselectionmodel.cpp selectionmodelsynchronizer.cpp
+HDRS += buffer.h buffersettings.h treemodel.h networkmodel.h buffermodel.h client.h clientsettings.h clientsyncer.h quasselui.h \
+        mappedselectionmodel.h selectionmodelsynchronizer.h