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

Fonts and Assets are not part of qmlproject config

    XMLWordPrintable

Details

    • f6ad2b76e (qds/dev), 1384234ba (qds/4.5)
    • QDS Berlin - 2024 Week 23/24

    Description

      After getting the QDS project generated from QtBridge.

      there have to deal with these problems:
      1.
      QtForMCUs don't support

          ImageFiles {
              directory: "."
          }
      

      to search images recursively.
      user has to add

          ImageFiles {
              directory: "assets"
          }
      

      and if they import more assets manually.

          ImageFiles {
              directory: "images"
          }
      

      2. then they will face a font missing error
      Have to add the missing font manually

          FontFiles {
              directory: "fonts"
          }
      

      Attachments

        Issue Links

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

          Activity

            People

              algerman Aleksei German
              jiu shanheng jiu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes