diff options
| author | Méven Car <[email protected]> | 2025-06-09 12:16:36 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-06-09 12:16:36 +0000 |
| commit | 697d58e9727e229abb81956d27a05d1f02d8c775 (patch) | |
| tree | 639c00be3e8f26f221379fe33accc44c49f9740a /src/CMakeLists.txt | |
| parent | 2369b0c46ccab88e1cee310de22def6aaff41b00 (diff) | |
Add a SetFolderIcon ItemAction plugin
To allow to change folder icon from the context menu.
CCBUG: 467221
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3bf64454e..5b02a0f76 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -672,14 +672,4 @@ if(BUILD_TESTING) add_subdirectory(tests) endif() -# movetonewfolderitemaction plugin - -kcoreaddons_add_plugin(movetonewfolderitemaction - SOURCES itemactions/movetonewfolderitemaction.cpp itemactions/movetonewfolderitemaction.h - INSTALL_NAMESPACE "kf6/kfileitemaction") - -target_link_libraries(movetonewfolderitemaction - KF6::I18n - KF6::KIOCore - KF6::KIOWidgets - KF6::KIOFileWidgets) +add_subdirectory(itemactions) |
