┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Lohnau <[email protected]>2023-02-09 08:44:49 +0100
committerDāvis Mosāns <[email protected]>2023-03-04 23:49:48 +0000
commit50c889e24c50c0fcca64b791c79337f5590a9819 (patch)
tree567fc740134c296d942365108eab2b748e45deef
parentc64059bd02061968b184c6c8e3d862423afd2547 (diff)
Use separate KMoreTools library
-rw-r--r--CMakeLists.txt1
-rw-r--r--src/CMakeLists.txt3
2 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 424e30f6f..0054a5540 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -79,6 +79,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
Codecs
)
+find_package(KF6MoreTools)
find_package(KUserFeedback 1.2.0)
set_package_properties(KUserFeedback
PROPERTIES TYPE OPTIONAL
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ca0fbe8f7..af942a4d6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -203,12 +203,13 @@ target_link_libraries(
KF6::Completion
KF6::TextWidgets
KF6::ConfigCore
- KF6::NewStuff
KF6::NewStuffWidgets # KNSWidgets::Button
KF6::Parts
KF6::WindowSystem
KF6::WidgetsAddons
KF6::Codecs
+
+ KF6::MoreTools
)
if(HAVE_BALOO)