Pressing enter in the topic line now sets the channel topic.
[quassel.git] / src / common / common.pri
index e311a44..98e9a3e 100644 (file)
@@ -1,4 +1,6 @@
-DEPMOD = 
+DEPMOD =
 QT_MOD = network
-SRCS += bufferinfo.cpp global.cpp logger.cpp message.cpp nickmodel.cpp settings.cpp signalproxy.cpp util.cpp networkinfo.cpp ircuser.cpp ircchannel.cpp
-HDRS += bufferinfo.h global.h logger.h message.h nickmodel.h settings.h signalproxy.h util.h networkinfo.h ircuser.h ircchannel.h types.h
+SRCS += bufferinfo.cpp buffersyncer.cpp global.cpp identity.cpp logger.cpp message.cpp settings.cpp signalproxy.cpp syncableobject.cpp \
+        util.cpp network.cpp ircuser.cpp ircchannel.cpp
+HDRS += bufferinfo.h buffersyncer.h global.h identity.h logger.h message.h settings.h signalproxy.h syncableobject.h \
+        util.h network.h ircuser.h ircchannel.h types.h