Cleaning up the closet... or at least the code. Tried to reduce the number of #includ...
[quassel.git] / src / client / CMakeLists.txt
1 SET(client_SRCS buffer.cpp buffertreemodel.cpp client.cpp clientproxy.cpp treemodel.cpp)
2 SET(client_HDRS )
3 SET(client_MOCS buffer.h buffertreemodel.h client.h clientproxy.h treemodel.h)
4
5 QT4_WRAP_CPP(_MOC ${client_MOCS})
6 ADD_LIBRARY(client ${client_SRCS} ${_MOC})