X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=2e152a5ad1e3dc47409a8a591e12ab123a09bcfe;hp=69424f633d504544ab73cfa728cbdceecab6f8d3;hb=b65b9f7615165e8700a44d59b7275a55558dd45b;hpb=08a36367b1f541736cede098e26eefca838b526a diff --git a/CMakeLists.txt b/CMakeLists.txt index 69424f63..2e152a5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -252,6 +252,13 @@ if (USE_QT5) endif() if (WITH_KDE) + find_package(KF5CoreAddons QUIET) + set_package_properties(KF5CoreAddons PROPERTIES TYPE REQUIRED + URL "http://inqlude.org/libraries/kcoreaddons.html" + DESCRIPTION "framework for solving common problems such as caching, randomization, and more" + PURPOSE "Required for KDE Frameworks integration" + ) + find_package(KF5TextWidgets QUIET) set_package_properties(KF5TextWidgets PROPERTIES TYPE REQUIRED URL "http://inqlude.org/libraries/ktextwidgets.html"