diff options
| author | Nicolas Fella <[email protected]> | 2024-07-27 00:11:31 +0200 |
|---|---|---|
| committer | Nicolas Fella <[email protected]> | 2024-07-27 11:52:55 +0000 |
| commit | cebcf8dbb3ff310aa0761ad452e4ca79278d7831 (patch) | |
| tree | e122231361c9de3dbae663653740282d8e80b6df /src/CMakeLists.txt | |
| parent | ea8952ec5c2fc814a134c7c67e8897459831eeb2 (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.txt | 2 |
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 |
