Add CapNegotiation Feature flag, fix CMakeLists
authorShane Synan <digitalcircuit36939@gmail.com>
Fri, 27 May 2016 03:57:54 +0000 (23:57 -0400)
committerShane Synan <digitalcircuit36939@gmail.com>
Mon, 13 Jun 2016 21:00:49 +0000 (17:00 -0400)
commit0edd0d92e656c5467ff34ea0ea9c837ceb16d0bf
tree45430020623949e4b4fcbdca26aef178bf50f32a
parentcbbf4720fc10f0cb78eca71fe6a3f859cbe7a3c7
Add CapNegotiation Feature flag, fix CMakeLists

Add CapNegotiation Feature flag to Quassel's CoreFeatures list.
Technically, this isn't needed - newer clients can connect to older
cores just fine.  However, it may be useful to know if the core
supports cap negotiation or account-tracking in the future, and
there's no way to retroactively add this flag once 0.13 is released.

Remove an unneccessary semicolon at the end of Q_DECLARE_FLAGS.

Add quassel.h to CMakeLists.txt, so automoc includes it and it shows
up in Qt Creator.
src/common/CMakeLists.txt
src/common/quassel.h