Add CapNegotiation Feature flag, fix CMakeLists
[quassel.git] / src / common / CMakeLists.txt
index bb3aef2..66416c3 100644 (file)
@@ -43,6 +43,8 @@ set(SOURCES
 
     # needed for automoc
     coreinfo.h
+    irccap.h
+    protocol.h
 )
 
 if (USE_QT5)