X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2FCMakeLists.txt;h=159b4f1a8b967512855d10d30d22b3d98c8c2b9a;hb=51dc042dd59b491e45951cb9d8371a1f62857945;hp=40a7695f6d30f26955d35a174fdf127a988574d6;hpb=73edffb5f0f6ecae4118c36a7ca2c0d479b7f8c6;p=quassel.git diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index 40a7695f..159b4f1a 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -1,6 +1,7 @@ -SET(client_SRCS buffer.cpp buffertreemodel.cpp client.cpp clientproxy.cpp treemodel.cpp) +SET(client_SRCS buffer.cpp buffertreemodel.cpp client.cpp clientproxy.cpp clientsettings.cpp treemodel.cpp) SET(client_HDRS ) -SET(client_MOCS buffer.h buffertreemodel.h client.h clientproxy.h treemodel.h) +SET(client_MOCS buffer.h buffertreemodel.h client.h clientproxy.h clientsettings.h treemodel.h) QT4_WRAP_CPP(_MOC ${client_MOCS}) -ADD_LIBRARY(client ${_MOC} ${client_SRCS} ${client_HDRS}) +ADD_LIBRARY(client ${client_SRCS} ${_MOC}) +TARGET_LINK_LIBRARIES(client common) \ No newline at end of file