diff options
Diffstat (limited to 'src/itemactions/CMakeLists.txt')
| -rw-r--r-- | src/itemactions/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/itemactions/CMakeLists.txt b/src/itemactions/CMakeLists.txt index 6610b0e4a..cd196eb36 100644 --- a/src/itemactions/CMakeLists.txt +++ b/src/itemactions/CMakeLists.txt @@ -11,6 +11,16 @@ target_link_libraries(movetonewfolderitemaction KF6::KIOWidgets KF6::KIOFileWidgets) +#hidefileitemaction plugin +kcoreaddons_add_plugin(hidefileitemaction + SOURCES hidefileitemaction.cpp hidefileitemaction.h + INSTALL_NAMESPACE "kf6/kfileitemaction") + +target_link_libraries(hidefileitemaction + KF6::CoreAddons + KF6::I18n + KF6::KIOCore + KF6::KIOWidgets) if(NOT WIN32) # setfoldericon plugin @@ -24,3 +34,4 @@ if(NOT WIN32) KF6::KIOCore KF6::KIOWidgets) endif() + |
