1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

Use separate KMoreTools library

This commit is contained in:
Alexander Lohnau 2023-02-09 08:44:49 +01:00 committed by Dāvis Mosāns
parent c64059bd02
commit 50c889e24c
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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)