]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/CMakeLists.txt
GIT_SILENT Sync po/docbooks with svn
[dolphin.git] / src / CMakeLists.txt
index e58112d66a485640fcdec8fdf6468d9c69a1a02e..5b02a0f76ebf925253788f632668bafdbdf8546f 100644 (file)
@@ -230,6 +230,7 @@ target_link_libraries(
     KF6::Codecs
     KF6::KCMUtils
     KF6::FileMetaData
+    KF6::ColorScheme
 
     ${FTS_LIB}
 )
@@ -671,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)