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

Fonts and Assets are not part of qmlproject config

XMLWordPrintable

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

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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes