Warning, /frameworks/syntax-highlighting/examples/codeeditor/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 if(TARGET Qt6::Widgets)
0002     add_executable(codeeditor codeeditor.cpp main.cpp)
0003     target_link_libraries(codeeditor Qt6::Widgets KF6SyntaxHighlighting)
0004 endif()