┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Fella <[email protected]>2024-07-27 00:11:31 +0200
committerNicolas Fella <[email protected]>2024-07-27 11:52:55 +0000
commitcebcf8dbb3ff310aa0761ad452e4ca79278d7831 (patch)
treee122231361c9de3dbae663653740282d8e80b6df /src/CMakeLists.txt
parentea8952ec5c2fc814a134c7c67e8897459831eeb2 (diff)
Port from KIconLoader::drawOverlays to KIconUtils::addOverlays
The latter is what most other projects use
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 29eef5753..bbf882a8a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -203,6 +203,7 @@ target_link_libraries(
Qt6::DBus
Qt6::Gui
KF6::I18n
+ KF6::GuiAddons
KF6::IconThemes
KF6::KIOCore
KF6::KIOWidgets
@@ -449,6 +450,7 @@ target_include_directories(dolphinstatic SYSTEM PRIVATE ${PHONON_INCLUDES})
target_link_libraries(dolphinstatic
dolphinprivate
KF6::CoreAddons
+ KF6::GuiAddons
KF6::KCMUtils
KF6::DBusAddons
KF6::Notifications