Uploaded image for project: 'Qt Safe Renderer'
  1. Qt Safe Renderer
  2. QSR-2059

ControlUI does not work with indicators

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • QSR 2.1
    • QSR 2.1
    • Examples
    • None
    • 036c75f4a (dev), 675fc20fd (dev)

    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}) 

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            teemu.holappa Teemu Holappa
            teemu.holappa Teemu Holappa
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes