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

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