Fixing a bug where the unread messages backlog requester wouldn't
[quassel.git] / src / common / CMakeLists.txt
index fae257d..7c883a9 100644 (file)
@@ -18,6 +18,7 @@ set(SOURCES
     logger.cpp
     message.cpp
     network.cpp
+    networkconfig.cpp
     quassel.cpp
     settings.cpp
     signalproxy.cpp
@@ -43,6 +44,7 @@ set(MOC_HDRS
     irclisthelper.h
     ircuser.h
     network.h
+    networkconfig.h
     settings.h
     signalproxy.h
     syncableobject.h)