From 4199e7ef20efdba287cbc189495b0c6329989a96 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sat, 5 Aug 2023 16:21:33 +0200 Subject: [PATCH] Adapt to new KBookmarksWidgets library --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1a229f6a7..d78b05f91 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -434,6 +434,7 @@ target_link_libraries(dolphinstatic KF6::KCMUtils KF6::DBusAddons KF6::Notifications + KF6::BookmarksWidgets Phonon::phonon4qt${QT_MAJOR_VERSION} ) -- 2.47.3