C
--board-sdk
Description
Path to the directory containing the board SDK. Use it to export a project to an IDE that does not automatically add the sources required by the target platform.
Use this argument together with --include-ide-generated-hw-code to automatically add the required drivers to the generated project.
Usage
qmlprojectexporter --platform rh850-d1m1a-baremetal --toolchain ghs --project-type ghs --outdir output-dir my_project.qmlproject --include-ide-generated-hw-code --board-sdk /path/to/board-sdk
Since
This option was introduced in Qt for MCUs 2.5.
See also qmlprojectexporter and Exporting a Qt for MCUs project with platform sources.
Available under certain Qt licenses.
Find out more.