dolphinprivate PUBLIC
dolphinvcs
Qt6::Concurrent
+ Qt6::DBus
Qt6::Gui
KF6::I18n
KF6::IconThemes
add_library(dolphinstatic STATIC)
target_sources(dolphinstatic PRIVATE
+ admin/bar.cpp
+ admin/workerintegration.cpp
animatedheightwidget.cpp
+ disabledactionnotifier.cpp
dolphinbookmarkhandler.cpp
dolphindockwidget.cpp
dolphinmainwindow.cpp
global.cpp
dolphin.qrc
+ admin/bar.h
+ admin/workerintegration.h
animatedheightwidget.h
dolphinbookmarkhandler.h
dolphindockwidget.h
icons/32-apps-org.kde.dolphin.png
icons/48-apps-org.kde.dolphin.png
icons/64-apps-org.kde.dolphin.png
- DESTINATION
- ${KDE_INSTALL_ICONDIR}
- THEME
- hicolor
)
install(FILES icons/org.kde.dolphin.svg DESTINATION ${KDE_INSTALL_ICONDIR}/hicolor/scalable/apps)
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)