Details
Description
There is a typo in CMakeLists.txt in indicators example. ControlUI is not properly added a resource when building indicators with CMake (resource_filess_indicators -> resource_files)
# Resource files are passed to qtsafelayouttool set(resource_files "iso-icons.qrc" "qml.qrc" ) #The resources are linked with the binary in host to open the Control.ui.qml qt6_add_resources(sources ${resource_files_indicators})