]> cloud.milkyroute.net Git - dolphin.git/blob - src/itemactions/CMakeLists.txt
DolphinView: Conform to global scroll speed
[dolphin.git] / src / itemactions / CMakeLists.txt
1
2 # movetonewfolderitemaction plugin
3
4 kcoreaddons_add_plugin(movetonewfolderitemaction
5 SOURCES movetonewfolderitemaction.cpp movetonewfolderitemaction.h
6 INSTALL_NAMESPACE "kf6/kfileitemaction")
7
8 target_link_libraries(movetonewfolderitemaction
9 KF6::I18n
10 KF6::KIOCore
11 KF6::KIOWidgets
12 KF6::KIOFileWidgets)
13
14
15 if(NOT WIN32)
16 # setfoldericon plugin
17
18 kcoreaddons_add_plugin(setfoldericonitemaction
19 SOURCES setfoldericonitemaction.cpp setfoldericonitemaction.h ../dolphindebug.h ../dolphindebug.cpp
20 INSTALL_NAMESPACE "kf6/kfileitemaction")
21
22 target_link_libraries(setfoldericonitemaction
23 KF6::I18n
24 KF6::KIOCore
25 KF6::KIOWidgets)
26 endif()