X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=622193063801de55fabab38b0e61e796725a25cf;hb=b4aa5e13d1dd15dca327add244ddeb7e9eb4c5a8;hp=2e24ea400ea51ef52228c6ce1d4b280639108a4f;hpb=d68e9d67200abc51123b357bcdbbc816d4a70791;p=quassel.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2e24ea40..62219306 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,6 +30,11 @@ if (WITH_OXYGEN) add_definitions(-DWITH_OXYGEN) endif() +# For KAboutData +if (WITH_KF5) + set(CLIENT_LIBRARIES ${CLIENT_LIBRARIES} KF5::CoreAddons) +endif() + # Needed for showing the cli option if appropriate if (HAVE_SYSLOG) add_definitions(-DHAVE_SYSLOG)