Warning, /frameworks/kcoreaddons/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG QUIET OPTIONAL_COMPONENTS Widgets)
0002 if(NOT TARGET Qt6::Widgets)
0003     message(STATUS "Qt6Widgets not found, examples will not be built.")
0004     return()
0005 endif()
0006 
0007 add_executable(kdirwatchtest_gui kdirwatchtest_gui.cpp)
0008 target_link_libraries(kdirwatchtest_gui Qt6::Widgets KF6::CoreAddons)
0009 
0010 add_executable(faceicontest faceicontest.cpp)
0011 target_link_libraries(faceicontest Qt6::Widgets KF6::CoreAddons)
0012 
0013 add_executable(texttohtmltest ktexttohtmltest.cpp)
0014 target_link_libraries(texttohtmltest Qt6::Widgets KF6::CoreAddons)