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

Inconsistent handling of asset paths between QDS and QML Project Exporter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • QDS 4.8.0
    • MCU support
    • None
    • 74df91632 (qds/dev)
    • QDS Berlin - 2025 Week 21/22, QDS Berlin - 2025 Week 23/24, QDS Berlin - 2025 Week 25/26, QDS Berlin - 2025 Week 27/28, QDS Berlin - 2025 Week 29/30, QDS Berlin - 2025 Week 31/32, QDS Berlin - 2025 Week 33/34, QDS Berlin - 2025 Week 35/36, QDS Berlin - 2025 Week 37/38

      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.

        For Gerrit Dashboard: QDS-15386
        # Subject Branch Project Status CR V

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

              Created:
              Updated:

                There is 1 open Gerrit change