X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2FCMakeLists.txt;h=fe1af92eb1fd049972f5478a70bdcd4cf5617ba1;hp=4c00fa9fe0291e4256b0008da4dcbac01e85d350;hb=8b192b08f3df4ce0e7cc4a08564645c76efa688d;hpb=ffd440f541000c365ce74bce4cef14e617283b51 diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 4c00fa9f..fe1af92e 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,6 +1,6 @@ SET(core_SRCS logger.cpp quassel.cpp proxy.cpp core.cpp) -SET(core_HDRS quassel.h proxy.h core.h) -SET(core_MOCS logger.h) +SET(core_HDRS quassel.h proxy.h) +SET(core_MOCS logger.h core.h) QT4_WRAP_CPP(_MOC ${core_MOCS}) ADD_LIBRARY(core ${_MOC} ${core_SRCS} ${core_HDRS})