X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2FCMakeLists.txt;h=622193063801de55fabab38b0e61e796725a25cf;hp=2e24ea400ea51ef52228c6ce1d4b280639108a4f;hb=e56629542168c203cac8504085fc96c7f7b73d90;hpb=d68e9d67200abc51123b357bcdbbc816d4a70791 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)