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

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