Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
QDS 4.5
-
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
- relates to
-
QDS-11602 Qt Design Studio generates wrong code for image files in MCU projects (qmlprojectexporter fails)
- Closed