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

0001 if(TARGET Qt${QT_MAJOR_VERSION}::Widgets AND TARGET Qt${QT_MAJOR_VERSION}::PrintSupport)
0002     add_executable(codepdfprinter codepdfprinter.cpp main.cpp)
0003     target_link_libraries(codepdfprinter Qt${QT_MAJOR_VERSION}::Widgets Qt${QT_MAJOR_VERSION}::PrintSupport KF5SyntaxHighlighting)
0004 endif()