X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=a644934fd0a23231f42317399e1357d072dc6cd8;hb=7f8c7852c2ee6b529fbc6c5fa38b49b53b15af1a;hp=3575f527c618919cedc0f239d7085a366ed6bc32;hpb=76292839bd070d54b4a95a13381dbce45b7cda26;p=quassel.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3575f527..a644934f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,6 +30,11 @@ if (WITH_OXYGEN) add_definitions(-DWITH_OXYGEN) endif() +# Needed for showing the cli option if appropriate +if (HAVE_SYSLOG) + add_definitions(-DHAVE_SYSLOG) +endif() + if(WANT_CORE) add_executable(quasselcore common/main.cpp ${CORE_DEPS} ${COMMON_DEPS}) qt_use_modules(quasselcore Core Network ${CORE_QT_MODULES})