Warning, /frameworks/frameworkintegration/src/integrationplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 add_library(FrameworkIntegrationPlugin
0003     MODULE frameworkintegrationplugin.cpp)
0004 
0005 target_link_libraries(FrameworkIntegrationPlugin
0006     PRIVATE
0007         KF5::WidgetsAddons
0008         KF5::ConfigCore
0009         KF5::Notifications
0010 )
0011 
0012 install(TARGETS FrameworkIntegrationPlugin
0013         DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION})