Ok this is the major rework of quassel we've all been waiting for. For the actual...
[quassel.git] / src / client / CMakeLists.txt
1 SET(client_SRCS buffer.cpp buffertreemodel.cpp client.cpp clientsettings.cpp treemodel.cpp)
2 SET(client_HDRS )
3 SET(client_MOCS buffer.h buffertreemodel.h client.h clientsettings.h quasselui.h treemodel.h)
4
5 QT4_WRAP_CPP(_MOC ${client_MOCS})
6
7 ADD_LIBRARY(client ${client_SRCS} ${_MOC})
8 TARGET_LINK_LIBRARIES(client common)