Warning, /plasma/kwin/src/plugins/colorpicker/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 #######################################
0002 # Effect
0003 
0004 set(colorpicker_SOURCES
0005     colorpicker.cpp
0006     main.cpp
0007 )
0008 
0009 kwin_add_builtin_effect(colorpicker ${colorpicker_SOURCES})
0010 target_link_libraries(colorpicker PRIVATE
0011     kwin
0012 
0013     KF6::I18n
0014 
0015     Qt::DBus
0016 )