Warning, /network/kio-gdrive/src/integration/contextmenuaction/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 kcoreaddons_add_plugin(gdrivecontextmenuaction
0002     SOURCES contextmenuaction.cpp
0003     INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/kfileitemaction")
0004 
0005 target_link_libraries(gdrivecontextmenuaction
0006     KF${QT_MAJOR_VERSION}::I18n
0007     KF${QT_MAJOR_VERSION}::KIOWidgets)