You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
302 B

set(filebrowser_engine_SRCS
filebrowserengine.cpp
filebrowserengine.h
)
kcoreaddons_add_plugin(plasma_engine_filebrowser SOURCES ${filebrowser_engine_SRCS} INSTALL_NAMESPACE plasma/dataengine)
target_link_libraries(plasma_engine_filebrowser
KF5::Plasma
KF5::Service
KF5::KIOCore
)