159b4f1a8b967512855d10d30d22b3d98c8c2b9a
[quassel.git] / src / client / CMakeLists.txt
1 SET(client_SRCS buffer.cpp buffertreemodel.cpp client.cpp clientproxy.cpp clientsettings.cpp treemodel.cpp)
2 SET(client_HDRS )
3 SET(client_MOCS buffer.h buffertreemodel.h client.h clientproxy.h clientsettings.h treemodel.h)
4
5 QT4_WRAP_CPP(_MOC ${client_MOCS})
6 ADD_LIBRARY(client ${client_SRCS} ${_MOC})
7 TARGET_LINK_LIBRARIES(client common)