X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/b19b50fff1a17cca0443a6b09bd9caedca19f403..04e493d78cdf46e64562fe8a302426b1fd8c47df:/src/CMakeLists.txt diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f12ff80a8..5b02a0f76 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -230,6 +230,7 @@ target_link_libraries( KF6::Codecs KF6::KCMUtils KF6::FileMetaData + KF6::ColorScheme ${FTS_LIB} ) @@ -649,7 +650,6 @@ install( FILES settings/dolphin_directoryviewpropertysettings.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR} ) install( FILES settings/dolphin_detailsmodesettings.upd - settings/dolphin_directorysizemode.py settings/dolphin_statusandlocationbarssettings.upd settings/dolphin_replace_view_mode_with_view_settings_in_toolbar.upd settings/dolphin_replace_view_mode_with_view_settings_in_toolbar.py @@ -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)