X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=fcc9530931f83c2b6d2a255c2cebbd1d3a709b2c;hp=6b32f2e5a1814b1a86d849b18424e49111b1ff8c;hb=0de0a17782cf478d638a532f36898197af88e0bc;hpb=fab133f23bdcddd34939600d449627cefdc1a414 diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b32f2e5..fcc95309 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,8 @@ set(QUASSEL_VERSION_STRING "0.11-pre") # Tell CMake about or own stuff set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) +set(CMAKE_AUTOMOC ON) + include(CheckFunctionExists) include(CheckIncludeFile)