┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
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 /src/CMakeLists.txt
parentc64059bd02061968b184c6c8e3d862423afd2547 (diff)
Use separate KMoreTools library
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
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)