Warning, /frameworks/solid/src/tools/solid-hardware/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(solid-hardware6 solid-hardware.cpp)
0002 ecm_mark_nongui_executable(solid-hardware6)
0003 target_link_libraries(solid-hardware6 PUBLIC KF6::Solid)
0004 if (TARGET Qt6::DBus)
0005   target_link_libraries(solid-hardware6 PRIVATE Qt6::DBus)
0006 endif()
0007 install(TARGETS solid-hardware6 ${KF_INSTALL_TARGETS_DEFAULT_ARGS})