X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2FCMakeLists.txt;fp=core%2FCMakeLists.txt;h=2d5a7061d18ba12af624886a780ba1e3c60fcdaf;hp=c2fa0b62200aeb24558a32cdd3cbe08e9d84ae57;hb=e368a1672c4f917bfa6adb52dae3b5ebfcd0db18;hpb=8a46d2fb3b2f409b80642cd6fe30645017c980bc diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index c2fa0b62..2d5a7061 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,6 +1,6 @@ -SET(core_SRCS logger.cpp quassel.cpp core.cpp) +SET(core_SRCS core.cpp) SET(core_HDRS ) -SET(core_MOCS logger.h core.h quassel.h) +SET(core_MOCS core.h) QT4_WRAP_CPP(_MOC ${core_MOCS}) ADD_LIBRARY(core ${_MOC} ${core_SRCS} ${core_HDRS})