Warning, /sdk/dolphin-plugins/dropbox/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"fileviewdropboxplugin\")
0002 
0003 kcoreaddons_add_plugin(fileviewdropboxplugin SOURCES fileviewdropboxplugin.cpp fileviewdropboxplugin.h INSTALL_NAMESPACE "dolphin/vcs")
0004 
0005 target_link_libraries(fileviewdropboxplugin
0006     Qt6::Core
0007     Qt6::Widgets
0008     Qt6::Network
0009     KF6::I18n
0010     KF6::XmlGui
0011     KF6::KIOCore
0012     DolphinVcs
0013 )