Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-15386

Inconsistencies handling of asset paths between QDS and QML Project Exporter

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • QDS 4.8
    • MCU support
    • None
    • QDS Berlin - 2025 Week 21/22, QDS Berlin - 2025 Week 23/24, QDS Berlin - 2025 Week 25/26

    Description

      If there is something like this in .qlmproject

      SomeFiles {
          directory: "some/dir"
          files: [
              "some/file1",
              "some/file2",
          ]
      }
      

      qmlprojectexporter interprets this as some/dir/* AND some/file1 AND some/file2, whereas Qt Design Studio trats this as some/dir/some/file1 AND some/dir/some/file2.

      Ideally for Qt for MCUs projects QDS must handle the assets in the same way qmlprojectexporter does.

      Note that some/dir/* above is not recursive, i.e. the descend in the subdir does not happen. Also qmlprojectexporter by itself does not apply any filters when traversing directories (at least for the most of the nodes). This is done to allow for using custom resource formats.

      Attachments

        Issue Links

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

          Activity

            People

              ansemkiv Andrii Semkiv
              ansemkiv Andrii Semkiv
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes